C# Class 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
Inheritance: UIButton
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Свойство Type Description
NormalColor UIKit.UIColor

Méthodes publiques

Méthode Description
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

Method Details

BeginTracking() public méthode

public BeginTracking ( UITouch uitouch, UIEvent uievent ) : bool
uitouch UITouch
uievent UIEvent
Résultat bool

ContinueTracking() public méthode

public ContinueTracking ( UITouch uitouch, UIEvent uievent ) : bool
uitouch UITouch
uievent UIEvent
Résultat bool

Draw() public méthode

public Draw ( CGRect rect ) : void
rect CGRect
Résultat void

EndTracking() public méthode

public EndTracking ( UITouch uitouch, UIEvent uievent ) : void
uitouch UITouch
uievent UIEvent
Résultat void

GlassButton() public méthode

Creates a new instance of the GlassButton using the specified dimensions
public GlassButton ( CGRect frame ) : CoreGraphics
frame CGRect
Résultat CoreGraphics

Property Details

NormalColor public_oe property

public UIColor,UIKit NormalColor
Résultat UIKit.UIColor