ButtonView¶
Namespace: WellFired.Guacamole
Implements: WellFired.Guacamole.Views.IClickable
Inherits: WellFired.Guacamole.Views.View
Description¶
public-static-attrib¶
| readonly BindableProperty | TextProperty |
| readonly BindableProperty | TextColorProperty |
| readonly BindableProperty | HorizontalTextAlignProperty |
| readonly BindableProperty | VerticalTextAlignProperty |
| readonly BindableProperty | ButtonPressedCommandProperty |
Properties¶
| string | Text { get; set; } |
| UIColor | TextColor { get; set; } |
| UITextAlign | HorizontalTextAlign { get; set; } |
| UITextAlign | VerticalTextAlign { get; set; } |
| ICommand | ButtonPressedCommand { get; set; } |
Public Methods¶
| ButtonView ( ) | |
| void | Click ( int button ) |
Breakdown¶
- readonly BindableProperty TextProperty
- readonly BindableProperty TextColorProperty
- readonly BindableProperty HorizontalTextAlignProperty
- readonly BindableProperty VerticalTextAlignProperty
- readonly BindableProperty ButtonPressedCommandProperty
- string Text { get; set; }
- UIColor TextColor { get; set; }
- UITextAlign HorizontalTextAlign { get; set; }
- UITextAlign VerticalTextAlign { get; set; }
- ICommand ButtonPressedCommand { get; set; }
- ButtonView ( )
- void Click ( int button )