BooleanProperty 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 Boolean properties of a visual style element.
public enum class BooleanProperty
public enum BooleanProperty
type BooleanProperty =
Public Enum BooleanProperty
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Transparent | 2201 | The image has transparent areas. |
AutoSize | 2202 | The width of nonclient captions varies with the extent of the text. |
BorderOnly | 2203 | Only the border of an image is drawn. |
Composited | 2204 | The control will handle composite drawing. |
BackgroundFill | 2205 | The background of a fixed-size element is a filled rectangle. |
GlyphTransparent | 2206 | The glyph has transparent areas. |
GlyphOnly | 2207 | Only the glyph should be drawn, not the background. |
AlwaysShowSizingBar | 2208 | The sizing handle will always be displayed. |
MirrorImage | 2209 | The image is mirrored in right-to-left display modes. |
UniformSizing | 2210 | The height and width must be sized equally. |
IntegralSizing | 2211 | The scaling factor must be an integer for fixed-size elements. |
SourceGrow | 2212 | The source image will scale larger when needed. |
SourceShrink | 2213 | The source image will scale smaller when needed. |
Remarks
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.