LabelView¶
Namespace: WellFired.Guacamole
Inherits: WellFired.Guacamole.Views.View
Description¶
public-static-attrib¶
| readonly BindableProperty | FontSizeProperty |
| readonly BindableProperty | WordWrapProperty |
| readonly BindableProperty | ClippingProperty |
| readonly BindableProperty | TextProperty |
| readonly BindableProperty | TextColorProperty |
| readonly BindableProperty | HorizontalTextAlignProperty |
| readonly BindableProperty | VerticalTextAlignProperty |
Properties¶
| int | FontSize { get; set; } |
| bool | WordWrap { get; set; } |
| UITextClipping | Clipping { get; set; } |
| string | Text { get; set; } |
| UIColor | TextColor { get; set; } |
| UITextAlign | HorizontalTextAlign { get; set; } |
| UITextAlign | VerticalTextAlign { get; set; } |
Breakdown¶
- readonly BindableProperty FontSizeProperty
- readonly BindableProperty WordWrapProperty
- readonly BindableProperty ClippingProperty
- readonly BindableProperty TextProperty
- readonly BindableProperty TextColorProperty
- readonly BindableProperty HorizontalTextAlignProperty
- readonly BindableProperty VerticalTextAlignProperty
- int FontSize { get; set; }
- bool WordWrap { get; set; }
- UITextClipping Clipping { get; set; }
- string Text { get; set; }
- UIColor TextColor { get; set; }
- UITextAlign HorizontalTextAlign { get; set; }
- UITextAlign VerticalTextAlign { get; set; }
- LabelView ( )