EnumProperty Enum

Definition

Identifies the enumerated type properties of a visual style element.

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

Fields

BackgroundType 4001

One of the BackgroundType values that specifies how the element's background is drawn.

BorderType 4002

One of the BorderType values that specifies the border type for elements with a filled-border background.

ContentAlignment 4006

One of the ContentAlignment values that specifies how text is aligned in a window caption.

FillType 4003

One of the FillType values that specifies the fill type for elements with a filled-border background.

GlyphFontSizingType 4014

One of the GlyphFontSizingType values that specifies when the visual style selects a different glyph font size.

GlyphType 4012

One of the GlyphType values that specifies the type of glyph for elements with a bitmap background.

HorizontalAlignment 4005

One of the HorizontalAlign values that specifies the horizontal alignment for elements with a fixed size.

IconEffect 4009

One of the IconEffect values that specifies the effect that the visual style will apply to an icon.

ImageLayout 4011

One of the ImageOrientation values that specifies how multiple images are arranged in a single image file.

ImageSelectType 4013

One of the ImageSelectType values that specifies when the visual style selects a different multiple-image file to draw an element.

OffsetType 4008

One of the OffsetType values that specifies where an offset is applied to a window element.

SizingType 4004

One of the SizingType values that specifies how elements with a bitmap background will adjust to fill the bounds.

TextShadowType 4010

One of the TextShadowType values that specifies the type of shadow to add to text.

TrueSizeScalingType 4015

One of the TrueSizeScalingType values that specifies when the visual style rescales an element with a fixed size.

VerticalAlignment 4007

One of the VerticalAlignment values that specifies the vertical alignment for elements with a fixed size.

Remarks

The EnumProperty enumeration represents a set of enumerated properties that describe visual style elements. The EnumProperty values are used as an argument in the VisualStyleRenderer.GetEnumValue method to specify which property value to retrieve for the element that the VisualStyleRenderer currently represents.

Applies to