GlyphFontSizingType 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.
Specifies when the visual style selects a different glyph font size.
public enum class GlyphFontSizingType
public enum GlyphFontSizingType
type GlyphFontSizingType =
Public Enum GlyphFontSizingType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | Glyph font sizes do not change. |
Size | 1 | Glyph font size changes are based on font size settings. |
Dpi | 2 | Glyph font size changes are based on dots per inch (DPI) 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.