Share via


CoreTextLayoutBounds.ControlBounds Property

Definition

Gets or sets the bounding box in screen coordinates of a text input control.

public:
 property Rect ControlBounds { Rect get(); void set(Rect value); };
Rect ControlBounds();

void ControlBounds(Rect value);
public Rect ControlBounds { get; set; }
var rect = coreTextLayoutBounds.controlBounds;
coreTextLayoutBounds.controlBounds = rect;
Public Property ControlBounds As Rect

Property Value

The bounding box in screen coordinates of a text input control.

Applies to