RichTextBlock : FrameworkElement
Implemented for: all platforms
This document lists all properties, methods, and events of RichTextBlock
that are currently implemented by the Uno Platform. See the UWP documentation for detailed usage guidelines.
Implemented properties
Property | Supported on |
---|---|
BlockCollection Blocks | all platforms |
Below are all properties, methods, and events of RichTextBlock
that are not currently implemented in Uno.
Not implemented properties
Not implemented methods
Method | Not supported on |
---|---|
void SelectAll() | all platforms |
void Select(TextPointer, TextPointer) | all platforms |
TextPointer GetPositionFromPoint(Point) | all platforms |
bool Focus(FocusState) | all platforms |
void CopySelectionToClipboard() | all platforms |
Not implemented events
Event | Not supported on |
---|---|
ContextMenuOpeningEventHandler ContextMenuOpening | all platforms |
RoutedEventHandler SelectionChanged | all platforms |
TypedEventHandler<RichTextBlock, IsTextTrimmedChangedEventArgs> IsTextTrimmedChanged | all platforms |
Last updated Saturday, August 15, 2020 1:08 AM.