TextEntryView

Namespace: WellFired.Guacamole

Implements: WellFired.Guacamole.Views.ITypeable

Inherits: WellFired.Guacamole.Views.View

Description

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

  • 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 )