Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 787 Bytes

richtextblock_istextselectionenabled.md

File metadata and controls

28 lines (19 loc) · 787 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.RichTextBlock.IsTextSelectionEnabled
winrt property

Microsoft.UI.Xaml.Controls.RichTextBlock.IsTextSelectionEnabled

-description

Gets or sets a value that determines whether text content of the RichTextBlock can be selected for clipboard or drag purposes, or for UI styling changes that indicate selected text.

-xaml-syntax

<RichTextBlock IsTextSelectionEnabled="bool" />

-property-value

true if text content of the RichTextBlock can be selected for clipboard or drag purposes. false if text cannot be selected. The default is true.

-remarks

-examples

-see-also