次の方法で共有


TextBounds.Rectangle プロパティ

定義

TextBounds オブジェクトの外接する四角形を取得します。

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

文字の範囲の外接する四角形を表す Rect 値。

適用対象