FreeformActivityDesigner.EnableVisualResizing Property

Definition

Gets a value that indicates whether the FreeformActivityDesigner can be visually resized on the workflow design surface.

protected public:
 virtual property bool EnableVisualResizing { bool get(); };
protected internal override bool EnableVisualResizing { get; }
member this.EnableVisualResizing : bool
Protected Friend Overrides ReadOnly Property EnableVisualResizing As Boolean

Property Value

true if the FreeformActivityDesigner can be visually resized; otherwise, false. The default is true.

Remarks

If AutoSize is set to true and AutoSizeMode is set to GrowAndShrink, EnableVisualResizing returns false. In all other conditions EnableVisualResizing returns true.

Applies to