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

プロパティ値

フォント内の文字の高さ。

注釈

文字の高さは、 AscentDescentを加えたものになります。

適用対象