Version

AppearancePropIds Enumeration

uniquely identify each property of the AppearanceData structure.
Syntax
'Declaration
 
Public Enum AppearancePropIds 
   Inherits System.Enum
public enum AppearancePropIds : System.Enum 
Members
MemberDescription
AlphaLevelThe alpha level property
AppearanceThe appearance object.
AppearancesCollectionThe appearances collection property
BackColorThe background color property
BackColor2The color to use when doing a gradient fill of the background
BackColorAlphaThe back color alpha property
BackColorDisabledbackground color of disabled element
BackColorDisabled2The color to use when doing a gradient fill of the background when the elemtn is disabled.
BackGradientAlignmentDetermines how the BackGradient is aligned with respect to its origin and extent.
BackGradientStyleThe style of gradient fill to use for the background
BackHatchStyleThe style of the hatch brush used to fill the background.
BorderAlphaThe border color alpha property
BorderColorThe border color property
BorderColor2The second color of the borders
BorderColor3DBaseThe base color used to create the shadow and highlight colors for raised or inset 3d border styles. If BorderColor3DBase is not set then the BackColor will be used.
CursorThe cursor property
FontDataThe font property
ForeColorThe text color property
ForeColorDisabledforeground color of disabled element
ForegroundAlphaThe forecolor alpha property
ImageThe foreground image property
ImageAlphaThe image alpha property
ImageBackgroundThe background image property
ImageBackgroundAlphaThe background image alpha property
ImageBackgroundDisabledThe background image for a disabled element
ImageBackgroundOriginThe background image origin property
ImageBackgroundStretchMarginsDetermines the margins used when drawing an AppearanceBase.ImageBackground when AppearanceBase.ImageBackgroundStyle is set to Stretched.
ImageBackgroundStyleThe background image style property
ImageHAlignThe horizontal image alignment property
ImageVAlignThe vertical text alignment property
StyleLibraryNameThe AppearanceBase.StyleLibraryName property
StyleResourceNameThe AppearanceBase.StyleResourceName property
TextHAlignThe horizontal text alignment property
TextTrimmingThe font size attribute used for text
TextVAlignThe vertical text alignment property
ThemedElementAlphaThe alpha level to use when rendering a themed element.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also