Provides access to members that specify the properties of a color scheme group.
Members
Name | Description | |
---|---|---|
Capacity | Returns the capacity of levels. | |
Delimiter | Returns the delimiter. | |
Labels | Returns the labels of the color scheme group. | |
Level | Returns the level of the color scheme group. | |
Name | Returns the name. |
IColorSchemeGroup.Capacity Property
Returns the capacity of levels.
Public ReadOnly Property Capacity As ILongArray
public ILongArray Capacity {get;}
IColorSchemeGroup.Delimiter Property
Returns the delimiter.
Public ReadOnly Property Delimiter As String
public string Delimiter {get;}
IColorSchemeGroup.Labels Property
Returns the labels of the color scheme group.
Public ReadOnly Property Labels As IStringArray
public IStringArray Labels {get;}
IColorSchemeGroup.Level Property
Returns the level of the color scheme group.
Public ReadOnly Property Level As Integer
public int Level {get;}
IColorSchemeGroup.Name Property
Returns the name.
Public ReadOnly Property Name As String
public string Name {get;}
Classes that implement IColorSchemeGroup
Classes | Description |
---|