TextMetrics.Height Property

Definition

Gets or sets the height of characters in the font.

public:
 property int Height { int get(); void set(int value); };
public int Height { get; set; }
member this.Height : int with get, set
Public Property Height As Integer

Property Value

The height of characters in the font.

Remarks

The height of a character is equal to the Ascent plus the Descent.

Applies to