ActivityDesignerOptionsAttribute.AlwaysCollapseChildren 속성

정의

자식 노드를 항상 축소할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

자식 노드가 항상 축소되면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상