WorkflowViewElement.PinState 속성

정의

ExpandState 속성이 WorkflowViewElement를 확장하거나 축소하는 데 사용할 수 있는 다른 상태보다 우선하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

ExpandState 속성을 사용하여 WorkflowViewElement 개체를 확장하거나 축소해야 하면 true이고, 그렇지 않으면 false입니다.

적용 대상