TextBounds.Rectangle Property

Definition

Gets the bounding rectangle for the TextBounds object.

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 a range of characters.

Applies to