C# Class RoundProgressView.RoundProgressView

Inheritance: UIView
Afficher le fichier Open project: martinbowling/MonoTouchRoundProgress Class Usage Examples

Méthodes publiques

Méthode Description
RoundProgressView ( ) : System
RoundProgressView ( RectangleF frame ) : System
SetProgress ( float progress ) : void
SetProgress ( float progress, bool animated ) : void
SetTintColor ( UIColor tintColor ) : void

Méthodes protégées

Méthode Description
Initialize ( ) : void

Private Methods

Méthode Description
LayerClass ( ) : Class

Method Details

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

RoundProgressView() public méthode

public RoundProgressView ( ) : System
Résultat System

RoundProgressView() public méthode

public RoundProgressView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
Résultat System

SetProgress() public méthode

public SetProgress ( float progress ) : void
progress float
Résultat void

SetProgress() public méthode

public SetProgress ( float progress, bool animated ) : void
progress float
animated bool
Résultat void

SetTintColor() public méthode

public SetTintColor ( UIColor tintColor ) : void
tintColor UIColor
Résultat void