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 值,表示文本运行的边框。

适用于