Provides access to members that specify the properties of a color scheme.
Members
Name | Description | |
---|---|---|
GroupDelimiter | Returns the group delimiter. | |
Groups | Returns the groups of color scheme. | |
ID | Returns the color scheme ID. | |
Levels | Returns the number of levels. | |
Name | Returns the name. |
IColorScheme.GroupDelimiter Property
Returns the group delimiter.
Public ReadOnly Property GroupDelimiter As String
public string GroupDelimiter {get;}
IColorScheme.Groups Property
Returns the groups of color scheme.
Public ReadOnly Property Groups As IArray
public IArray Groups {get;}
IColorScheme.ID Property
Returns the color scheme ID.
Public ReadOnly Property ID As Integer
public int ID {get;}
IColorScheme.Levels Property
Returns the number of levels.
Public ReadOnly Property Levels As Integer
public int Levels {get;}
IColorScheme.Name Property
Returns the name.
Public ReadOnly Property Name As String
public string Name {get;}
Classes that implement IColorScheme
Classes | Description |
---|