C# Class RoundProgressView.RoundProgressView

Inheritance: UIView
Datei anzeigen Open project: martinbowling/MonoTouchRoundProgress Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
LayerClass ( ) : Class

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

RoundProgressView() public method

public RoundProgressView ( ) : System
return System

RoundProgressView() public method

public RoundProgressView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
return System

SetProgress() public method

public SetProgress ( float progress ) : void
progress float
return void

SetProgress() public method

public SetProgress ( float progress, bool animated ) : void
progress float
animated bool
return void

SetTintColor() public method

public SetTintColor ( UIColor tintColor ) : void
tintColor UIColor
return void