Share via


GraphConditionalStyle.Index Property

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

Syntax

'Declaration
Public Property Index As Integer
    Get
    Friend Set
public int Index { get; internal set; }
public:
property int Index {
    int get ();
    internal: void set (int value);
}
member Index : int with get, internal set
function get Index () : int
internal function set Index (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

GraphConditionalStyle Class

Microsoft.VisualStudio.GraphModel.Styles Namespace