C# 클래스 CrossUI.iOS.Dialog.Utilities.GlassButton

GlassButton is a glossy/glass button. User code can use either targets or can subscribe to the Tapped event. Colors are customized by asssigning to the NormalColor, HighlightedColor and DisabledColor properties
상속: UIButton
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 프로퍼티들

프로퍼티 타입 설명
NormalColor UIKit.UIColor

공개 메소드들

메소드 설명
BeginTracking ( UITouch uitouch, UIEvent uievent ) : bool
ContinueTracking ( UITouch uitouch, UIEvent uievent ) : bool
Draw ( CGRect rect ) : void
EndTracking ( UITouch uitouch, UIEvent uievent ) : void
GlassButton ( CGRect frame ) : CoreGraphics

Creates a new instance of the GlassButton using the specified dimensions

메소드 상세

BeginTracking() 공개 메소드

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

ContinueTracking() 공개 메소드

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

Draw() 공개 메소드

public Draw ( CGRect rect ) : void
rect CGRect
리턴 void

EndTracking() 공개 메소드

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

GlassButton() 공개 메소드

Creates a new instance of the GlassButton using the specified dimensions
public GlassButton ( CGRect frame ) : CoreGraphics
frame CGRect
리턴 CoreGraphics

프로퍼티 상세

NormalColor 공개적으로 프로퍼티

public UIColor,UIKit NormalColor
리턴 UIKit.UIColor