ColorMap.Background1 Property
Gets or sets the color scheme index that replaces the first background color.
Namespace: DevExpress.Docs.Presentation
Assembly:
DevExpress.Docs.Presentation.v26.1.dll
Declaration
public ColorSchemeIndexType Background1 { get; set; }
Public Property Background1 As ColorSchemeIndexType
Property Value
Available values:
| Name |
Description |
|
Accent1
|
The first accent color.
|
|
Accent2
|
The second accent color.
|
|
Accent3
|
The third accent color.
|
|
Accent4
|
The fourth accent color.
|
|
Accent5
|
The fifth accent color.
|
|
Accent6
|
The sixth accent color.
|
|
Dark1
|
The first dark color.
|
|
Dark2
|
The second dark color.
|
|
Light1
|
The first light color.
|
|
Light2
|
The second light color.
|
|
FollowedHyperlink
|
The color for visited hyperlinks.
|
|
Hyperlink
|
The color for hyperlinks.
|
See Also