C# 클래스 XamlForIphone.UITextField

상속: UIElement
파일 보기 프로젝트 열기: Clancey/XamlForIphone 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ArrangeInternal void
setupEvents void

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateHandle ( ) : void

비공개 메소드들

메소드 설명
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

메소드 상세

BorderRect() 공개 메소드

public BorderRect ( System forBounds ) : RectangleF
forBounds System
리턴 System.Drawing.RectangleF

ClearButtonRect() 공개 메소드

public ClearButtonRect ( System forBounds ) : RectangleF
forBounds System
리턴 System.Drawing.RectangleF

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

DrawPlaceholder() 공개 메소드

public DrawPlaceholder ( System rect ) : void
rect System
리턴 void

DrawText() 공개 메소드

public DrawText ( System rect ) : void
rect System
리턴 void

EditingRect() 공개 메소드

public EditingRect ( System forBounds ) : RectangleF
forBounds System
리턴 System.Drawing.RectangleF

LeftViewRect() 공개 메소드

public LeftViewRect ( System forBounds ) : RectangleF
forBounds System
리턴 System.Drawing.RectangleF

PlaceholderRect() 공개 메소드

public PlaceholderRect ( System forBounds ) : RectangleF
forBounds System
리턴 System.Drawing.RectangleF

RightViewRect() 공개 메소드

public RightViewRect ( System forBounds ) : RectangleF
forBounds System
리턴 System.Drawing.RectangleF

TextRect() 공개 메소드

public TextRect ( System forBounds ) : RectangleF
forBounds System
리턴 System.Drawing.RectangleF

UITextField() 공개 메소드

public UITextField ( ) : System
리턴 System