WorkflowViewElement.ExpandState 属性
定义
获取或设置一个值,该值指示是否已展开该元素的视图状态。Gets or sets a value that indicates whether the view state of the element is expanded.
public:
property bool ExpandState { bool get(); void set(bool value); };
public bool ExpandState { get; set; }
member this.ExpandState : bool with get, set
Public Property ExpandState As Boolean
属性值
如果元素的视图状态为已展开,则为 true;否则为 false。true if the view state of the element is expanded; otherwise, false.