Skybound VisualStyles

ThemeColor Enumeration

Specifies a color property that can be retrieved from a Windows theme.

[Visual Basic]
Public Enum ThemeColor
[C#]
public enum ThemeColor

Members

Member Name Description
Border The color of the border associated with this part and state.
Fill The color of the background fill associated with this part and state.
Text The color of the text associated with this part and state.
EdgeLight The light color of the edge associated with this part and state.
EdgeHighlight The highlight color of the edge associated with this part and state.
EdgeShadow The shadow color of the edge associated with this part and state.
EdgeDarkShadow The dark shadow color of the edge associated with this part and state.
EdgeFill The fill color of the edge associated with this part and state.
Shadow The color of the shadow drawn underneath text associated with this part and state.
Glow The color of the glow produced by calling DrawThemeIcon using this part and state.
TextBorder The color of the text border associated with this part and state.
TextShadow The color of the text shadow associated with this part and state.
GlyphText The color that the font-based glyph associated with this part and state will use.
FillHint The color used as a fill color hint for custom controls.
BorderHint The color used as a border color hint for custom controls.
AccentHint The color used as an accent color hint for custom controls.
Blend The color used as a blend color.

Requirements

Namespace: Skybound.VisualStyles

Assembly: Skybound.VisualStyles (in Skybound.VisualStyles.dll)

See Also

Skybound.VisualStyles Namespace