[]
Gets a ThemeColor from the scheme by its ThemeColorSchemeId.
public ThemeColor this[ThemeColorSchemeId id] { get; }
Public ReadOnly Default Property Item(id As ThemeColorSchemeId) As ThemeColor
Type | Name | Description |
---|---|---|
ThemeColorSchemeId | id | The color Id in the color scheme of a theme. |
Type | Description |
---|---|
ThemeColor | A ThemeColor in the color scheme. |