TextLine.TextHeight プロパティ

定義

行のテキストおよびその他のコンテンツの高さを取得します。

public:
 abstract property double TextHeight { double get(); };
public abstract double TextHeight { get; }
member this.TextHeight : double
Public MustOverride ReadOnly Property TextHeight As Double

プロパティ値

Double

テキストの高さと、行内の他のコンテンツ。

注釈

クライアントが TextHeight 行の高さを指定した Height 場合、プロパティと異なる場合があります。

適用対象