System.Windows.Forms.VisualStyles.GlyphFontSizingType Enumeration

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

Syntax

public enum GlyphFontSizingType

Remarks

The System.Windows.Forms.VisualStyles.GlyphFontSizingType values represent the return values of the VisualStyleRenderer.GetEnumValue(EnumProperty) method when it is called with an argument value of EnumProperty.GlyphFontSizingType.

Members

Member NameDescription
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.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0