WorkflowViewElement.Collapsible 屬性

定義

取得或設定值,這個值會指出項目是否可摺疊。

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

屬性值

如果項目可摺疊,則為 true,否則為 false

適用於