ColorProperty Enum

Definition

Identifies the color properties of a visual style element.

public enum class ColorProperty
public enum ColorProperty
type ColorProperty = 
Public Enum ColorProperty
Inheritance
ColorProperty

Fields

AccentColorHint 3823

A recommended companion color for the accent color of the visual style.

BorderColor 3801

The border color of an element with a filled-border background.

BorderColorHint 3822

A recommended companion color for the border color of the visual style.

EdgeDarkShadowColor 3807

The dark shadow color for edges.

EdgeFillColor 3808

The fill color for edges.

EdgeHighlightColor 3805

The highlight color for edges.

EdgeLightColor 3804

The light color for edges.

EdgeShadowColor 3806

The shadow color for edges.

FillColor 3802

The fill color of an element with a filled-border background.

FillColorHint 3821

A recommended companion color for the fill color of the visual style.

GlowColor 3816

The glow color.

GlyphTextColor 3819

The color that a font-based glyph is drawn with.

GlyphTransparentColor 3820

The color of pixels in a glyph that are treated as transparent.

GradientColor1 3810

The first color in a gradient.

GradientColor2 3811

The second color in a gradient.

GradientColor3 3812

The third color in a gradient.

GradientColor4 3813

The fourth color in a gradient.

GradientColor5 3814

The fifth color in a gradient.

ShadowColor 3815

The color of the shadow.

TextBorderColor 3817

The color of the text border.

TextColor 3803

The text color.

TextShadowColor 3818

The color of the text shadow.

TransparentColor 3809

The color of pixels that are treated as transparent.

Remarks

The ColorProperty enumeration represents a set of color properties that describe visual style elements. The ColorProperty values are used as an argument in the VisualStyleRenderer.GetColor method to specify which property value to retrieve for the element that the VisualStyleRenderer currently represents.

Applies to