C# 클래스 XamlForIphone.UILabel

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

Private Properties

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

공개 메소드들

메소드 설명
DrawText ( System rect ) : void
TextRectForBounds ( System bounds, System numberOfLines ) : RectangleF

보호된 메소드들

메소드 설명
CreateHandle ( ) : void

비공개 메소드들

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

메소드 상세

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

DrawText() 공개 메소드

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

TextRectForBounds() 공개 메소드

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