[]
Gets a ThemeColor value that represents a color in the color scheme of a Theme.
public SchemeColor this[ThemeColors index] { get; set; }
Public Default Property Item(index As ThemeColors) As SchemeColor
Type | Name | Description |
---|---|---|
ThemeColors | index | The index value of the ThemeColor value. |
Type | Description |
---|---|
SchemeColor | The ThemeColor value at the specified position. |