The properties of Xamarin.Forms.Span are listed below. For a list of all members, see the Span Members list.
See Also: Inherited members from System.Object
| BackgroundColor | Color. Gets or sets the Color of the span background. | |
| Font | Font. Gets or sets the Font for the text in the span. | |
| FontAttributes | FontAttributes. Gets a value that indicates whether the font for the span is bold, italic, or neither. | |
| FontFamily | string. Gets the font family to which the font for the text in the span belongs. | |
| FontSize | double. Gets the size of the font for the text in the span. | |
| ForegroundColor | Color. Gets or sets the Color for the text in the span. | |
| Text | string. Gets or sets the text of the span. |