FontProperty Enumeration

 

Identifies the font properties of a visual style element.

Namespace:   System.Windows.Forms.VisualStyles
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public enum class FontProperty

Member nameDescription
GlyphFont

The font that a glyph is drawn with.

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

.NET Framework
Available since 2.0
Return to top
Show: