FontProperty 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.
Identifies the font properties of a visual style element.
public enum class FontProperty
public enum FontProperty
type FontProperty =
Public Enum FontProperty
- Inheritance
Fields
Name | Value | Description |
---|---|---|
TextFont | 210 | The font that will be used to draw text within the context of this part. |
GlyphFont | 2601 | The font that a glyph is drawn with. |
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.