FormattedLabel
Constructors
Constructors
Description
Properties
Properties
Description
Usages
(FormattedLabel() {
Span("Hello")
.font(size = 20., attributes = FontAttributes.Bold)
Span("World")
.textColor(Color.Red.ToFabColor())
})
.font(fontFamily = "Consolas")Get access to the underlying Xamarin.Forms.FormattedLabel #
let formattedLabelRef = ViewRef<Label>()
(FormattedLabel() {
Span("Hello")
})
.reference(labelRef)Last updated