TextRange2.BoundHeight プロパティ

定義

指定されたテキストのテキスト境界ボックスの高さをポイント単位で取得します。 値の取得のみ可能です。

public:
 property float BoundHeight { float get(); };
public float BoundHeight { get; }
member this.BoundHeight : single
Public ReadOnly Property BoundHeight As Single

プロパティ値

単精度浮動小数点型

注釈

テキスト境界ボックスがオブジェクトと TextFrame 同じではありません。 TextFrame オブジェクトの場合は、テキストが存在するコンテナーを表します。 テキスト境界ボックスは、テキストの周囲に境界を表します。

適用対象