Show / Hide Table of Contents

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

Property Not supported on
TextWrapping TextWrapping all platforms
TextTrimming TextTrimming all platforms
double TextIndent all platforms
TextAlignment TextAlignment all platforms
Thickness Padding all platforms
Brush Foreground all platforms
FontWeight FontWeight all platforms
FontStyle FontStyle all platforms
FontStretch FontStretch all platforms
double FontSize all platforms
FontFamily FontFamily all platforms
RichTextBlockOverflow OverflowContentTarget all platforms
LineStackingStrategy LineStackingStrategy all platforms
int CharacterSpacing all platforms
double LineHeight all platforms
bool IsTextSelectionEnabled all platforms
bool HasOverflowContent all platforms
string SelectedText all platforms
TextPointer SelectionEnd all platforms
TextPointer SelectionStart all platforms
double BaselineOffset all platforms
TextPointer ContentEnd all platforms
TextPointer ContentStart all platforms
TextReadingOrder TextReadingOrder all platforms
TextLineBounds TextLineBounds all platforms
SolidColorBrush SelectionHighlightColor all platforms
OpticalMarginAlignment OpticalMarginAlignment all platforms
int MaxLines all platforms
bool IsColorFontEnabled all platforms
bool IsTextScaleFactorEnabled all platforms
TextDecorations TextDecorations all platforms
TextAlignment HorizontalTextAlignment all platforms
bool IsTextTrimmed all platforms
IList TextHighlighters all platforms
FlyoutBase SelectionFlyout all platforms
DependencyProperty CharacterSpacingProperty all platforms
DependencyProperty FontFamilyProperty all platforms
DependencyProperty FontSizeProperty all platforms
DependencyProperty FontStretchProperty all platforms
DependencyProperty FontStyleProperty all platforms
DependencyProperty FontWeightProperty all platforms
DependencyProperty ForegroundProperty all platforms
DependencyProperty HasOverflowContentProperty all platforms
DependencyProperty IsTextSelectionEnabledProperty all platforms
DependencyProperty LineHeightProperty all platforms
DependencyProperty LineStackingStrategyProperty all platforms
DependencyProperty OverflowContentTargetProperty all platforms
DependencyProperty PaddingProperty all platforms
DependencyProperty SelectedTextProperty all platforms
DependencyProperty TextAlignmentProperty all platforms
DependencyProperty TextIndentProperty all platforms
DependencyProperty TextTrimmingProperty all platforms
DependencyProperty TextWrappingProperty all platforms
DependencyProperty IsColorFontEnabledProperty all platforms
DependencyProperty MaxLinesProperty all platforms
DependencyProperty OpticalMarginAlignmentProperty all platforms
DependencyProperty SelectionHighlightColorProperty all platforms
DependencyProperty TextLineBoundsProperty all platforms
DependencyProperty TextReadingOrderProperty all platforms
DependencyProperty IsTextScaleFactorEnabledProperty all platforms
DependencyProperty TextDecorationsProperty all platforms
DependencyProperty HorizontalTextAlignmentProperty all platforms
DependencyProperty IsTextTrimmedProperty all platforms
DependencyProperty SelectionFlyoutProperty all platforms

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.

  • Improve this Doc
Back to top Generated by DocFX