Rediger

Del via


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

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.

Applies to