TextMetrics.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

プロパティ値

フォント文字のアセント。

注釈

ascent は、文字が基準線の上に伸びる距離です。

適用対象