GraphConditionalStyle::IsEnabled Property

 

Whether this style is currently enabled.

Namespace:   Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property bool IsEnabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: