The properties of Xamarin.Forms.Label are listed below. For a list of all members, see the Label Members list.
See Also: Inherited members from Xamarin.Forms.View
| Font | Font. Gets or sets the Font for the Label. This is a bindable property. | |
| FontAttributes | FontAttributes. Gets a value that indicates whether the font for the label is bold, italic, or neither. | |
| FontFamily | string. Gets the font family to which the font for the label belongs. | |
| FontSize | double. Gets the size of the font for the label. | |
| FormattedText | FormattedString. Gets or sets the formatted text for the Label. This is a bindable property. | |
| LineBreakMode | LineBreakMode. Gets or sets the LineBreakMode for the Label. This is a bindable property. | |
| Text | string. Gets or sets the text for the Label. This is a bindable property. | |
| TextColor | Color. Gets or sets the Xamarin.Forms.Color for the text of this Label. This is a bindable property. | |
| XAlign | TextAlignment. Gets or sets the horizontal alignment for the Text inside of the Label bound. | |
| YAlign | TextAlignment. Gets or sets the vertical alignment for the Text inside of the Label bound. |