FreeformActivityDesigner.EnableVisualResizing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.