LabelCell¶
Namespace: WellFired.Guacamole
Inherits: WellFired.Guacamole.Cells.Cell
Description¶
public-static-attrib¶
| readonly BindableProperty | FontSizeProperty |
| readonly BindableProperty | TextProperty |
| readonly BindableProperty | TextColorProperty |
| readonly BindableProperty | HorizontalTextAlignProperty |
| readonly BindableProperty | VerticalTextAlignProperty |
Properties¶
| int | FontSize { get; set; } |
| string | Text { get; set; } |
| UIColor | TextColor { get; set; } |
| UITextAlign | HorizontalTextAlign { get; set; } |
| UITextAlign | VerticalTextAlign { get; set; } |
Breakdown¶
- readonly BindableProperty FontSizeProperty
- readonly BindableProperty TextProperty
- readonly BindableProperty TextColorProperty
- readonly BindableProperty HorizontalTextAlignProperty
- readonly BindableProperty VerticalTextAlignProperty
- int FontSize { get; set; }
- string Text { get; set; }
- UIColor TextColor { get; set; }
- UITextAlign HorizontalTextAlign { get; set; }
- UITextAlign VerticalTextAlign { get; set; }
- LabelCell ( )