Enum
ThemeColorType

Identifies the color categories in a theme (backgrounds, text, accents, hyperlinks).

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Theming

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public enum ThemeColorType

Fields

Accent1

First accent color for highlights and emphasis.

Declaration

cs-api-definition
Accent1 = 4

Field Value

ThemeColorType

Accent2

Second accent color for highlights and emphasis.

Declaration

cs-api-definition
Accent2 = 5

Field Value

ThemeColorType

Accent3

Third accent color for highlights and emphasis.

Declaration

cs-api-definition
Accent3 = 6

Field Value

ThemeColorType

Accent4

Fourth accent color for highlights and emphasis.

Declaration

cs-api-definition
Accent4 = 7

Field Value

ThemeColorType

Accent5

Fifth accent color for highlights and emphasis.

Declaration

cs-api-definition
Accent5 = 8

Field Value

ThemeColorType

Accent6

Sixth accent color for highlights and emphasis.

Declaration

cs-api-definition
Accent6 = 9

Field Value

ThemeColorType

Background1

Primary background color used for light areas.

Declaration

cs-api-definition
Background1 = 0

Field Value

ThemeColorType

Background2

Secondary background color used for darker areas.

Declaration

cs-api-definition
Background2 = 2

Field Value

ThemeColorType

Color used for followed (visited) hyperlinks.

Declaration

cs-api-definition
FollowedHyperlink = 11

Field Value

ThemeColorType

Color used for hyperlinks.

Declaration

cs-api-definition
Hyperlink = 10

Field Value

ThemeColorType

Text1

Primary text color used over Background1.

Declaration

cs-api-definition
Text1 = 1

Field Value

ThemeColorType

Text2

Secondary text color used over Background2.

Declaration

cs-api-definition
Text2 = 3

Field Value

ThemeColorType