Share via


TextRunBounds.Rectangle プロパティ

定義

テキスト ランの外接する四角形を取得します。

public:
 property System::Windows::Rect Rectangle { System::Windows::Rect get(); };
public System.Windows.Rect Rectangle { get; }
member this.Rectangle : System.Windows.Rect
Public ReadOnly Property Rectangle As Rect

プロパティ値

テキスト ランの外接する四角形を表す Rect 値。

適用対象