C# Class XamlForIphone.UILabel

Inheritance: UIElement
Show file Open project: Clancey/XamlForIphone Class Usage Examples

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

Method Description
DrawText ( System rect ) : void
TextRectForBounds ( System bounds, System numberOfLines ) : RectangleF

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

Method Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

DrawText() public method

public DrawText ( System rect ) : void
rect System
return void

TextRectForBounds() public method

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