ColorProperty Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the color properties of a visual style element.
public enum class ColorProperty
public enum ColorProperty
type ColorProperty =
Public Enum ColorProperty
- Inheritance
Fields
Name | Value | Description |
---|---|---|
BorderColor | 3801 | The border color of an element with a filled-border background. |
FillColor | 3802 | The fill color of an element with a filled-border background. |
TextColor | 3803 | The text color. |
EdgeLightColor | 3804 | The light color for edges. |
EdgeHighlightColor | 3805 | The highlight color for edges. |
EdgeShadowColor | 3806 | The shadow color for edges. |
EdgeDarkShadowColor | 3807 | The dark shadow color for edges. |
EdgeFillColor | 3808 | The fill color for edges. |
TransparentColor | 3809 | The color of pixels 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. |
GlowColor | 3816 | The glow color. |
TextBorderColor | 3817 | The color of the text border. |
TextShadowColor | 3818 | The color of the text shadow. |
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. |
FillColorHint | 3821 | A recommended companion color for the fill color of the visual style. |
BorderColorHint | 3822 | A recommended companion color for the border color of the visual style. |
AccentColorHint | 3823 | A recommended companion color for the accent color of the visual style. |
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.