TextMetrics.Ascent 屬性

定義

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

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

屬性值

Int32

字型中的字元高度。

備註

向中是字元在基線上方延伸的距離。

適用於