BooleanProperty Enum

Definition

Identifies the Boolean properties of a visual style element.

public enum class BooleanProperty
public enum BooleanProperty
type BooleanProperty = 
Public Enum BooleanProperty
Inheritance
BooleanProperty

Fields

AlwaysShowSizingBar 2208

The sizing handle will always be displayed.

AutoSize 2202

The width of nonclient captions varies with the extent of the text.

BackgroundFill 2205

The background of a fixed-size element is a filled rectangle.

BorderOnly 2203

Only the border of an image is drawn.

Composited 2204

The control will handle composite drawing.

GlyphOnly 2207

Only the glyph should be drawn, not the background.

GlyphTransparent 2206

The glyph has transparent areas.

IntegralSizing 2211

The scaling factor must be an integer for fixed-size elements.

MirrorImage 2209

The image is mirrored in right-to-left display modes.

SourceGrow 2212

The source image will scale larger when needed.

SourceShrink 2213

The source image will scale smaller when needed.

Transparent 2201

The image has transparent areas.

UniformSizing 2210

The height and width must be sized equally.

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.

Applies to