TextRunBounds.Rectangle Property

Definition

Gets the bounding rectangle for the text run.

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

Property Value

A Rect value that represents the bounding rectangle of the text run.

Applies to