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

속성 값

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

적용 대상