Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 571 Bytes

richtextblock_selectionend.md

File metadata and controls

25 lines (16 loc) · 571 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.RichTextBlock.SelectionEnd
winrt property

Windows.UI.Xaml.Controls.RichTextBlock.SelectionEnd

-description

Gets the end position of the text selected in the RichTextBlock.

-property-value

An object that represents the selection end, or null if no selection exists.

-remarks

Use Select to set the selection start and end.

-examples

-see-also