TextMetrics.Height 屬性

定義

取得或設定字型中的字元高度 (Height)。

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

屬性值

Int32

字型中的字元高度。

備註

字元的高度等於 Ascent 加上 Descent

適用於