Xamarin.Forms.Label: Property Members

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

Public Properties

FontFont. Gets or sets the Font for the Label. This is a bindable property.
FontAttributesFontAttributes. Gets a value that indicates whether the font for the label is bold, italic, or neither.
FontFamilystring. Gets the font family to which the font for the label belongs.
FontSizedouble. Gets the size of the font for the label.
FormattedTextFormattedString. Gets or sets the formatted text for the Label. This is a bindable property.
LineBreakModeLineBreakMode. Gets or sets the LineBreakMode for the Label. This is a bindable property.
Textstring. Gets or sets the text for the Label. This is a bindable property.
TextColorColor. Gets or sets the Xamarin.Forms.Color for the text of this Label. This is a bindable property.
XAlignTextAlignment. Gets or sets the horizontal alignment for the Text inside of the Label bound.
YAlignTextAlignment. Gets or sets the vertical alignment for the Text inside of the Label bound.