FreeformActivityDesigner.AutoSize Property

Definition

Gets or sets a value that indicates whether the FreeformActivityDesigner is resized automatically when a user resizes the designer's child designers.

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

Property Value

true if the FreeformActivityDesigner is resized automatically; otherwise, false. The default is true.

Remarks

When you set AutoSize, the layout of the FreeformActivityDesigner is updated.

Applies to