TextMetrics.Descent プロパティ

定義

フォント文字のディセントを取得または設定します。

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

プロパティ値

フォント文字のディセント。

注釈

降下とは、文字が基準線の下に伸びる距離です。

適用対象