CoreTextLayoutBounds.ControlBounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.