C# Class MonoMobile.Views.ProgressHud

Inheritance: UIView
Afficher le fichier Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Méthodes publiques

Свойство Type Description
GraceTime float
MinimumShowTime float

Méthodes publiques

Méthode Description
Draw ( RectangleF rect ) : void
Hide ( bool animated ) : void
LayoutSubviews ( ) : void
ProgressHud ( ) : System
ProgressHud ( RectangleF frame ) : System
ProgressHud ( UIView view ) : System
ProgressHud ( UIWindow window ) : System
Show ( bool animated ) : void
ShowCompleted ( bool animated ) : void
ShowWhileAsync ( System.Action execute, bool animated ) : Action
ShowWhileExecuting ( System.Action execute, bool animated ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CleanUp ( ) : void
Completed ( ) : void
Done ( ) : void
EnsureInvokedOnMainThread ( System.Action action ) : void
FillRoundedRect ( RectangleF rect, CGContext context ) : void
GetClassHandle ( string clsName ) : IntPtr
HandleGraceTimer ( ) : void
HandleMinShowTimer ( ) : void
HideUsingAnimation ( bool animated ) : void
Initialize ( ) : void
IsMainThread ( ) : bool
ShowUsingAnimation ( bool animated ) : void
ToRadians ( float degrees ) : float
UpdateIndicators ( ) : void
UpdateProgress ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() public méthode

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
Résultat void

Hide() public méthode

public Hide ( bool animated ) : void
animated bool
Résultat void

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

ProgressHud() public méthode

public ProgressHud ( ) : System
Résultat System

ProgressHud() public méthode

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

ProgressHud() public méthode

public ProgressHud ( UIView view ) : System
view UIView
Résultat System

ProgressHud() public méthode

public ProgressHud ( UIWindow window ) : System
window UIWindow
Résultat System

Show() public méthode

public Show ( bool animated ) : void
animated bool
Résultat void

ShowCompleted() public méthode

public ShowCompleted ( bool animated ) : void
animated bool
Résultat void

ShowWhileAsync() public méthode

public ShowWhileAsync ( System.Action execute, bool animated ) : Action
execute System.Action
animated bool
Résultat Action

ShowWhileExecuting() public méthode

public ShowWhileExecuting ( System.Action execute, bool animated ) : void
execute System.Action
animated bool
Résultat void

Property Details

GraceTime public_oe property

public float GraceTime
Résultat float

MinimumShowTime public_oe property

public float MinimumShowTime
Résultat float