Edit

Share via


WorkflowView.EnableFitToScreen Property

Definition

Enables the button on the design surface that, when clicked, changes the zoom level of the workflow design surface so that the entire workflow is displayed in the WorkflowView.

public:
 property bool EnableFitToScreen { bool get(); void set(bool value); };
public bool EnableFitToScreen { get; set; }
member this.EnableFitToScreen : bool with get, set
Public Property EnableFitToScreen As Boolean

Property Value

true if the dynamic button is enabled; otherwise, false.

Applies to