RichTextBlock.SelectedText Property

Definition

Gets a text range of selected text.

public:
 property Platform::String ^ SelectedText { Platform::String ^ get(); };
winrt::hstring SelectedText();
public string SelectedText { get; }
var string = richTextBlock.selectedText;
Public ReadOnly Property SelectedText As String

Property Value

String

Platform::String

winrt::hstring

A text range of the selected text.

Applies to