TextBounds.Rectangle プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 値。