WorkflowViewElement.Collapsible 属性

定义

获取或设置一个值,该值指示元素是否可折叠。Gets or sets a value that indicates whether the element can be collapsed.

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

属性值

Boolean

如果元素可折叠,则为 true;否则为 falsetrue if the element can be collapsed; otherwise, false.

适用于