Span
Constructors
Constructors
Description
Properties
Properties
Description
Usages
Span("Hello, Word!")
.backgroundColor(Color.Red.ToFabColor(), dark = Color.Blue.ToFabColor())
.characterSpacing(2.)
.font(namedSize = NamedSize.Large, fontFamily = "Arial", attributes = FontAttributes.Bold)
.lineHeight(1.5)
.style(Xamarin.Forms.Style())
.textColor(Color.Red.ToFabColor(), dark = Color.Blue.ToFabColor())
.textDecorations(TextDecorations.Underlined)
.textTransform(TextTransform.Lowercase)
.gestureRecognizers() {
TapGestureRecognizer(...)
SwipeGestureRecognizer(...)
}Get access to the underlying Xamarin.Forms.Span
Last updated