The members of Xamarin.Forms.Label are listed below.
See Also: Inherited members from Xamarin.Forms.View
Label() | Initializes a new instance of the Label class. |
static readonly | FontAttributesProperty | BindableProperty. Backing store for the FontAttributes property. |
static readonly | FontFamilyProperty | BindableProperty. Backing store for the FontFamily property. |
static readonly | FontProperty | BindableProperty. Backing store for the Font bindable property. |
static readonly | FontSizeProperty | BindableProperty. Backing store for the FontSize property. |
static readonly | FormattedTextProperty | BindableProperty. Backing store for the FormattedText property. |
static readonly | LineBreakModeProperty | BindableProperty. Backing store for the LineBreakMode bindable property. |
static readonly | TextColorProperty | BindableProperty. Backing store for the TextColor bindable property. |
static readonly | TextProperty | BindableProperty. Backing store for the Text bindable property. |
static readonly | XAlignProperty | BindableProperty. Backing store for the XAlign bindable property. |
static readonly | YAlignProperty | BindableProperty. Backing store for the YAlign bindable property. |
| 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. |