Modifier

SequentialActivityDesigner.Expanded Property

Definition

Gets or sets a value indicating whether the designer is expanded on the workflow design surface.

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

Property Value

true if the SequentialActivityDesigner is expanded on the workflow design surface; otherwise, false. The default is true.

Applies to