TextEntryView¶
Namespace: WellFired.Guacamole
Implements: WellFired.Guacamole.Views.ITypeable
Inherits: WellFired.Guacamole.Views.View
Description¶
public-static-attrib¶
| readonly BindableProperty | TextProperty |
| readonly BindableProperty | TextColorProperty |
| readonly BindableProperty | HorizontalTextAlignProperty |
| readonly BindableProperty | VerticalTextAlignProperty |
| readonly BindableProperty | PlaceholderTextProperty |
| readonly BindableProperty | PlaceholderTextColorProperty |
| readonly BindableProperty | PlaceholderHorizontalTextAlignProperty |
| readonly BindableProperty | PlaceholderVerticalTextAlignProperty |
| readonly BindableProperty | OnInputEnterProperty |
| readonly BindableProperty | OnFocusLostProperty |
Properties¶
| string | Text { get; set; } |
| UIColor | TextColor { get; set; } |
| UITextAlign | HorizontalTextAlign { get; set; } |
| UITextAlign | VerticalTextAlign { get; set; } |
| string | PlaceholderText { get; set; } |
| UIColor | PlaceholderTextColor { get; set; } |
| UITextAlign | PlaceholderHorizontalTextAlign { get; set; } |
| UITextAlign | PlaceholderVerticalTextAlign { get; set; } |
| Command | OnInputEnter { get; set; } |
| Command | OnFocusLost { get; set; } |
Public Methods¶
| TextEntryView ( ) | |
| void | Type ( char key ) |
Breakdown¶
- readonly BindableProperty TextProperty
- readonly BindableProperty TextColorProperty
- readonly BindableProperty HorizontalTextAlignProperty
- readonly BindableProperty VerticalTextAlignProperty
- readonly BindableProperty PlaceholderTextProperty
- readonly BindableProperty PlaceholderTextColorProperty
- readonly BindableProperty PlaceholderHorizontalTextAlignProperty
- readonly BindableProperty PlaceholderVerticalTextAlignProperty
- readonly BindableProperty OnInputEnterProperty
- readonly BindableProperty OnFocusLostProperty
- string Text { get; set; }
- UIColor TextColor { get; set; }
- UITextAlign HorizontalTextAlign { get; set; }
- UITextAlign VerticalTextAlign { get; set; }
- string PlaceholderText { get; set; }
- UIColor PlaceholderTextColor { get; set; }
- UITextAlign PlaceholderHorizontalTextAlign { get; set; }
- UITextAlign PlaceholderVerticalTextAlign { get; set; }
- Command OnInputEnter { get; set; }
- Command OnFocusLost { get; set; }
- TextEntryView ( )
- void Type ( char key )