C# Class BemCheckBox.BemCheckBox

Inheritance: UIView
Afficher le fichier Open project: hugoparis19/Xamarin_BemCheckBox Class Usage Examples

Méthodes publiques

Méthode Description
AnimationDidStopForCheckBox ( BemCheckBox checkBox ) : void
BemCheckBox ( CGRect frame, BemCheckBoxDelegate checkBoxDelegate ) : System
BemCheckBox ( NSCoder coder, BemCheckBoxDelegate checkBoxDelegate ) : System
DidTapCheckBox ( BemCheckBox checkBox ) : void
Draw ( CGRect rect ) : void
LayoutSubviews ( ) : void
Reload ( ) : void
SetOn ( bool on ) : void
SetOn ( bool on, bool animated ) : void

Private Methods

Méthode Description
AddOffAnimation ( ) : void
AddOnAnimation ( ) : void
CommonInit ( ) : void
DrawCheckMark ( ) : void
DrawEntireCheckBox ( ) : void
DrawOffBox ( ) : void
DrawOnBox ( ) : void
HandleTapCheckBox ( UITapGestureRecognizer gestureRecognizer ) : void
InitAnimationManager ( ) : void
InitPathManager ( ) : void
SetStyle ( ) : void

Method Details

AnimationDidStopForCheckBox() public méthode

public AnimationDidStopForCheckBox ( BemCheckBox checkBox ) : void
checkBox BemCheckBox
Résultat void

BemCheckBox() public méthode

public BemCheckBox ( CGRect frame, BemCheckBoxDelegate checkBoxDelegate ) : System
frame CGRect
checkBoxDelegate BemCheckBoxDelegate
Résultat System

BemCheckBox() public méthode

public BemCheckBox ( NSCoder coder, BemCheckBoxDelegate checkBoxDelegate ) : System
coder NSCoder
checkBoxDelegate BemCheckBoxDelegate
Résultat System

DidTapCheckBox() public méthode

public DidTapCheckBox ( BemCheckBox checkBox ) : void
checkBox BemCheckBox
Résultat void

Draw() public méthode

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

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

SetOn() public méthode

public SetOn ( bool on ) : void
on bool
Résultat void

SetOn() public méthode

public SetOn ( bool on, bool animated ) : void
on bool
animated bool
Résultat void