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

プロパティ値

フォントの文字の高さ。

注釈

文字の高さは、 に を Ascent 加えたものに Descent等しくなります。

適用対象