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

适用于