WorkflowViewElement.PinState 属性
定义
获取或设置一个值,指示 ExpandState 属性是否应优先于可用于展开或折叠 WorkflowViewElement 的其他状态。Gets or sets a value that indicates whether the ExpandState property should take precedence over other states that can be used to expand or collapse the 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。true if the ExpandState property should be used to expand or collapse the WorkflowViewElement object; otherwise, false.