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 命名空间