C# Class MonoMobile.Views.VerticalAlignmnentLabel

Inheritance: UILabel
Exibir arquivo Open project: RobertKozak/MonoMobile.Views

Public Methods

Method Description
DrawText ( RectangleF rect ) : void
TextRectForBounds ( RectangleF bounds, int numberOfLines ) : RectangleF
VerticalAlignmnentLabel ( ) : System.Drawing
VerticalAlignmnentLabel ( RectangleF rect ) : System.Drawing

Method Details

DrawText() public method

public DrawText ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

TextRectForBounds() public method

public TextRectForBounds ( RectangleF bounds, int numberOfLines ) : RectangleF
bounds System.Drawing.RectangleF
numberOfLines int
return System.Drawing.RectangleF

VerticalAlignmnentLabel() public method

public VerticalAlignmnentLabel ( ) : System.Drawing
return System.Drawing

VerticalAlignmnentLabel() public method

public VerticalAlignmnentLabel ( RectangleF rect ) : System.Drawing
rect System.Drawing.RectangleF
return System.Drawing