GraphConditionalStyle::Index Property

 

Gets the position of the style in the list. This is changed when you remove/add the style.

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

public:
property int Index {
	int get();
	internal: void set(int value);
}

Property Value

Type: System::Int32

Returns Int32.

Return to top
Show: