The properties of System.Windows.Forms.VisualStyles.TextMetrics are listed below. For a list of all members, see the TextMetrics Members list.
See Also: Inherited members from System.ValueType
| Ascent | int.
Gets or sets the ascent of characters in the font. | |
| AverageCharWidth | int.
Gets or sets the average width of characters in the font. | |
| BreakChar | char.
Gets or sets the character used to define word breaks for text justification. | |
| CharSet | TextMetricsCharacterSet.
Gets or sets the character set of the font. | |
| DefaultChar | char.
Gets or sets the character to be substituted for characters not in the font. | |
| Descent | int.
Gets or sets the descent of characters in the font. | |
| DigitizedAspectX | int.
Gets or sets the horizontal aspect of the device for which the font was designed. | |
| DigitizedAspectY | int.
Gets or sets the vertical aspect of the device for which the font was designed. | |
| ExternalLeading | int.
Gets or sets the amount of extra leading that the application adds between rows. | |
| FirstChar | char.
Gets or sets the first character defined in the font. | |
| Height | int.
Gets or sets the height of characters in the font. | |
| InternalLeading | int.
Gets or sets the amount of leading inside the bounds set by the TextMetrics.Height property. | |
| Italic | bool.
Gets or sets a value indicating whether the font is italic. | |
| LastChar | char.
Gets or sets the last character defined in the font. | |
| MaxCharWidth | int.
Gets or sets the width of the widest character in the font. | |
| Overhang | int.
Gets or sets the extra width per string that may be added to some synthesized fonts. | |
| PitchAndFamily | TextMetricsPitchAndFamilyValues.
Gets or sets information about the pitch, technology, and family of a physical font. | |
| StruckOut | bool.
Gets or sets a value indicating whether the font specifies a horizontal line through the characters. | |
| Underlined | bool.
Gets or sets a value indicating whether the font is underlined. | |
| Weight | int.
Gets or sets the weight of the font. |