GlyphFontSizingType Enum

Definition

Specifies when the visual style selects a different glyph font size.

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

Fields

Dpi 2

Glyph font size changes are based on dots per inch (DPI) settings.

None 0

Glyph font sizes do not change.

Size 1

Glyph font size changes are based on font size settings.

Remarks

The GlyphFontSizingType values represent the return values of the VisualStyleRenderer.GetEnumValue method when it is called with an argument value of EnumProperty.GlyphFontSizingType.

Applies to