Share via


CoreTextFormatUpdatingEventArgs.Range Property

Definition

Gets a value that indicates the range of text that the text input server needs to format. The server populates this property before raising the event.

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

Property Value

The range of text to format.

Applies to