다음을 통해 공유


SequentialActivityDesigner.Expanded 속성

정의

워크플로 디자인 화면에서 디자이너가 확장되었는지를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

true가 워크플로 디자인 화면에서 확장된 경우에는 SequentialActivityDesigner이고, 그렇지 않을 경우에는 false입니다. 기본값은 true입니다.

적용 대상