次の方法で共有


TextRange2.BoundWidth プロパティ

定義

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

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

プロパティ値

単精度浮動小数点型

注釈

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

適用対象