TextView
Link runs.Properties
FontDesign
The base font design: system, rounded, serif or monospaced.
Type: FontDesign
FontSize
Explicit font size in points, overriding TextStyle.
NaN falls back to the text style, or 17 points without one.
Type: double
FontWeight
The base font weight the runs build on.
Type: FontWeight
IsSelectable
Whether the text can be selected and copied.
A
Linkrun forces selection on, since UIKit only makes text items tappable while the view is selectable.
LetterSpacing
Extra points between characters (negative tightens).
Type: double
LineSpacing
Extra points between lines.
Type: double
LinkColor
Color the links paint in, or null for the app tint.
Type: Color?
MaxLines
Maximum number of lines, or 0 for unlimited (wraps freely).
Type: int
Spans
The styled runs to display; a plain string becomes an unstyled run, a Link a tappable one.
Changes replace the attributed text without animation.
Live when the list is an
ObservableCollection.
Type: BindableList<Span>
TextAlignment
Horizontal alignment of the text.
Type: TextAlignment
TextColor
Base text color, or null for the system label color.
TextStyle
The step of the native type hierarchy the text follows, or null to size it by FontSize.
Type: TextStyle?