BooleanProperty Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Identifies the Boolean properties of a visual style element.
Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in system.windows.forms.dll)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
| Member name | Description | |
|---|---|---|
| AlwaysShowSizingBar | The sizing handle will always be displayed. | |
| AutoSize | The width of nonclient captions varies with the extent of the text. | |
| BackgroundFill | The background of a fixed-size element is a filled rectangle. | |
| BorderOnly | Only the border of an image is drawn. | |
| Composited | The control will handle composite drawing. | |
| GlyphOnly | Only the glyph should be drawn, not the background. | |
| GlyphTransparent | The glyph has transparent areas. | |
| IntegralSizing | The scaling factor must be an integer for fixed-size elements. | |
| MirrorImage | The image is mirrored in right-to-left display modes. | |
| SourceGrow | The source image will scale larger when needed. | |
| SourceShrink | The source image will scale smaller when needed. | |
| Transparent | The image has transparent areas. | |
| UniformSizing | The height and width must be sized equally. |
The BooleanProperty enumeration represents a set of Boolean properties that describe visual style elements. The BooleanProperty values are used as an argument in the GetBoolean method to specify which property value to retrieve for the element that the VisualStyleRenderer currently represents.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: