GlyphFontSizingType Enumeration
.NET Framework (current version)
Specifies when the visual style selects a different glyph font size.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Dpi | Glyph font size changes are based on dots per inch (DPI) settings. | |
| None | Glyph font sizes do not change. | |
| Size | Glyph font size changes are based on font size settings. |
The GlyphFontSizingType values represent the return values of the VisualStyleRenderer::GetEnumValue method when it is called with an argument value of EnumProperty::GlyphFontSizingType.
.NET Framework
Available since 2.0
Available since 2.0
Show: