[]
        
(Showing Draft Content)

GrapeCity.Core.ThemeColorScheme.Item

this Property

this[ThemeColors]

Gets a ThemeColor value that represents a color in the color scheme of a Theme.

Declaration
public SchemeColor this[ThemeColors index] { get; set; }
Public Default Property Item(index As ThemeColors) As SchemeColor
Parameters
Type Name Description
ThemeColors index

The index value of the ThemeColor value.

Property Value
Type Description
SchemeColor

The ThemeColor value at the specified position.