CoreTextLayoutRequest.LayoutBounds 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 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.