Encapsulates the details of a color available to page elements.

The following tables list the members exposed by the ColorDetail type.

Name Description
Public property Brush Gets or sets a SolidColorBrush that uses the color.
Public property Code The 32-bit alpha, red, green and blue (ARGB) color value.
Public property Color Describes a color in terms of alpha, red, green, and blue channels (ARGB).
Public property Name The name of the color.
Top