Share via


CoreTextLayoutRequest.Range Property

Definition

Gets a value that indicates the range of text whose bounding box is being requested by the text input server. The server populates this property before raising the event.

public:
 property CoreTextRange Range { CoreTextRange get(); };
CoreTextRange Range();
public CoreTextRange Range { get; }
var coreTextRange = coreTextLayoutRequest.range;
Public ReadOnly Property Range As CoreTextRange

Property Value

The range of text whose bounding box is being requested by the server.

Applies to