Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Classes
Span
Span
A class used to create a single part of formatted string with a common text properties.
Summary 
Constructors
Properties
- backgroundColor
 - color
 - fontFamily
 - fontSize
 - fontStyle
 - fontWeight
 - iosAccessibilityAdjustsFontSize
 - iosAccessibilityMaxFontScale
 - iosAccessibilityMinFontScale
 - linkTapEvent
 - tappable
 - text
 - textDecoration
 
69 properties inherited from ViewBase
Click to expand
Constructors 
Properties 
fontFamily 
Gets or sets the font family of the span.
fontSize 
Gets or sets the font size of the span.
fontStyle 
Gets or sets the font style of the span.
fontWeight 
Gets or sets the font weight of the span.
iosAccessibilityAdjustsFontSize 
Defines whether accessibility font scale should affect font size.
iosAccessibilityMaxFontScale 
Gets or sets the maximum accessibility font scale.
iosAccessibilityMinFontScale 
Gets or sets the minimum accessibility font scale.
tappable 
Readonly
Gets if the span is tappable or not.
text 
Gets or sets the text for the span.
textDecoration 
textDecoration: TextDecorationType
Gets or sets text decorations for the span.
linkTapEvent 
Static
String value used when hooking to linkTap event.
- Previous
 - Slider
 - Next
 - StackLayout