ButtonView

Namespace: WellFired.Guacamole

Implements: WellFired.Guacamole.Views.IClickable

Inherits: WellFired.Guacamole.Views.View

Description

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

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