LabelView

Namespace: WellFired.Guacamole

Inherits: WellFired.Guacamole.Views.View

Description

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; }

Public Methods

  LabelView ( )

Breakdown

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