FontProperty Enum

Definition

Identifies the font properties of a visual style element.

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

Fields

GlyphFont 2601

The font that a glyph is drawn with.

TextFont 210

The font that will be used to draw text within the context of this part.

Remarks

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.

Applies to