Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 607 Bytes

textrange.md

File metadata and controls

36 lines (21 loc) · 607 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Documents.TextRange
winrt struct

Windows.UI.Xaml.Documents.TextRange

-description

Represents a selection of text content.

-struct-fields

-field Length

The length of the current selection, in Unicode characters.

-field StartIndex

The position that marks the beginning of the current selection, measured in Unicode characters from the beginning of the text.

-remarks

-see-also

-examples