How to add the Property IsTextSelectionEnabled
in WPF TextBlock. It shows me an compile time error "The property 'IsTextSelectionEnabled' was not found in type 'TextBlock'"
Note: I found the Property
IsTextSelectionEnabled
in Microsoft Website.
The Website Link : IsTextSelectionEnabled
Kindly assist me how to use the Property in TextBlock.
My XAML Source Code is
<TextBlock Text="TextBlock" IsTextSelectionEnabled="True"/>