IColorScheme Interface

Provides access to members that specify the properties of a color scheme.

Members

Name Description
Read-only property GroupDelimiter Returns the group delimiter.
Read-only property Groups Returns the groups of color scheme.
Read-only property ID Returns the color scheme ID.
Read-only property Levels Returns the number of levels.
Read-only property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.