TextRange2.BoundLeft プロパティ

定義

指定されたテキストのテキスト境界ボックスの左辺の座標を取得します。 値の取得のみ可能です。

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

プロパティ値

単精度浮動小数点型

注釈

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

適用対象