TextBlock : FrameworkElement
Implemented for: WASM, Skia, Mobile
This document lists all properties, methods, and events of TextBlock
that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.
To better understand how TextBlock
works, you can use the Uno Gallery or run your own tests on the Uno Playground.
Implemented properties
Implemented methods
Method | Supported on |
---|---|
void SelectAll() | Skia |
void CopySelectionToClipboard() | Skia |
Implemented events
Event | Supported on |
---|---|
TypedEventHandler<TextBlock, IsTextTrimmedChangedEventArgs> IsTextTrimmedChanged | WASM, Skia, Mobile |
Below are all properties, methods, and events of TextBlock
that are not currently implemented in Uno.
Not implemented properties
Not implemented methods
Method | Not supported on |
---|---|
void SelectAll() | WASM, Xamarin |
void Select(TextPointer, TextPointer) | all platforms supported by Uno Platform |
CompositionBrush GetAlphaMask() | all platforms supported by Uno Platform |
void CopySelectionToClipboard() | WASM, Xamarin |
Not implemented events
Event | Not supported on |
---|---|
ContextMenuOpeningEventHandler ContextMenuOpening | all platforms supported by Uno Platform |
TypedEventHandler<TextBlock, IsTextTrimmedChangedEventArgs> IsTextTrimmedChanged | MacOS |
RoutedEventHandler SelectionChanged | all platforms supported by Uno Platform |
Last updated Monday, 14 April 2025 02:07.