C# 클래스 Samples.Controls.UIGlassyButton

상속: UIButton
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_Title string

공개 메소드들

메소드 설명
BeginTracking ( UITouch uitouch, UIEvent uievent ) : bool
Draw ( RectangleF rect ) : void
EndTracking ( UITouch uitouch, UIEvent uievent ) : void
Init ( RectangleF rect ) : void
UIGlassyButton ( RectangleF rect ) : System

비공개 메소드들

메소드 설명
ButtonTimer ( ) : void

메소드 상세

BeginTracking() 공개 메소드

public BeginTracking ( UITouch uitouch, UIEvent uievent ) : bool
uitouch UITouch
uievent UIEvent
리턴 bool

Draw() 공개 메소드

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

EndTracking() 공개 메소드

public EndTracking ( UITouch uitouch, UIEvent uievent ) : void
uitouch UITouch
uievent UIEvent
리턴 void

Init() 공개 메소드

public Init ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

UIGlassyButton() 공개 메소드

public UIGlassyButton ( RectangleF rect ) : System
rect System.Drawing.RectangleF
리턴 System

프로퍼티 상세

_Title 공개적으로 프로퍼티

public string _Title
리턴 string