The members of Xamarin.Forms.Span are listed below.
See Also: Inherited members from System.Object
Span() | Initialize a new instance of the Span class. |
| 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. |
| PropertyChanged | Event that is raised when a property is changed. |