RichTextBlock.Select method
Selects a range of text in the RichTextBlock.
Syntax
Parameters
- start
-
Type: TextPointer
An object that represents the start of the range to select.
- end
-
Type: TextPointer
An object that represents the end of the range to select.
Remarks
In Windows Presentation Foundation (WPF) and Microsoft Silverlight the equivalent API uses integer for start and end positions. This implementation uses TextPointer objects to specify the selection.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013
