共用方式為


GraphConditionalStyle.IsEnabled 屬性

這個樣式目前是否已啟用。

命名空間:  Microsoft.VisualStudio.GraphModel.Styles
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Public Property IsEnabled As Boolean
public bool IsEnabled { get; set; }
public:
property bool IsEnabled {
    bool get ();
    void set (bool value);
}
member IsEnabled : bool with get, set
function get IsEnabled () : boolean
function set IsEnabled (value : boolean)

屬性值

型別:System.Boolean
傳回 Boolean

.NET Framework 安全性

請參閱

參考

GraphConditionalStyle 類別

Microsoft.VisualStudio.GraphModel.Styles 命名空間