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

プロパティ値

フォント内の文字の降下。

注釈

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

適用対象