C# Class XamlForIphone.UITextField

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

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

Method Description
BorderRect ( System forBounds ) : RectangleF
ClearButtonRect ( System forBounds ) : RectangleF
DrawPlaceholder ( System rect ) : void
DrawText ( System rect ) : void
EditingRect ( System forBounds ) : RectangleF
LeftViewRect ( System forBounds ) : RectangleF
PlaceholderRect ( System forBounds ) : RectangleF
RightViewRect ( System forBounds ) : RectangleF
TextRect ( System forBounds ) : RectangleF
UITextField ( ) : System

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

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

Method Details

BorderRect() public method

public BorderRect ( System forBounds ) : RectangleF
forBounds System
return System.Drawing.RectangleF

ClearButtonRect() public method

public ClearButtonRect ( System forBounds ) : RectangleF
forBounds System
return System.Drawing.RectangleF

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

DrawPlaceholder() public method

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

DrawText() public method

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

EditingRect() public method

public EditingRect ( System forBounds ) : RectangleF
forBounds System
return System.Drawing.RectangleF

LeftViewRect() public method

public LeftViewRect ( System forBounds ) : RectangleF
forBounds System
return System.Drawing.RectangleF

PlaceholderRect() public method

public PlaceholderRect ( System forBounds ) : RectangleF
forBounds System
return System.Drawing.RectangleF

RightViewRect() public method

public RightViewRect ( System forBounds ) : RectangleF
forBounds System
return System.Drawing.RectangleF

TextRect() public method

public TextRect ( System forBounds ) : RectangleF
forBounds System
return System.Drawing.RectangleF

UITextField() public method

public UITextField ( ) : System
return System