CoreTextLayoutRequest.LayoutBounds Property

Definition

Gets the screen coordinates of the bounding box for a range of text, or a text input control.

public:
 property CoreTextLayoutBounds ^ LayoutBounds { CoreTextLayoutBounds ^ get(); };
CoreTextLayoutBounds LayoutBounds();
public CoreTextLayoutBounds LayoutBounds { get; }
var coreTextLayoutBounds = coreTextLayoutRequest.layoutBounds;
Public ReadOnly Property LayoutBounds As CoreTextLayoutBounds

Property Value

An object that represents the layout bounds information requested by the text input server.

Remarks

Your application should populate the requested layout properties of this object before returning from the event handler.

Use the LayoutBoundsVisualPixels method to get the layout properties relative to the viewport of your application.

Applies to