C# Class MonoMobile.Views.ProgressHud

Inheritance: UIView
Exibir arquivo Open project: RobertKozak/MonoMobile.Views Class Usage Examples

Public Properties

Property Type Description
GraceTime float
MinimumShowTime float

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

Hide() public method

public Hide ( bool animated ) : void
animated bool
return void

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

ProgressHud() public method

public ProgressHud ( ) : System
return System

ProgressHud() public method

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

ProgressHud() public method

public ProgressHud ( UIView view ) : System
view UIView
return System

ProgressHud() public method

public ProgressHud ( UIWindow window ) : System
window UIWindow
return System

Show() public method

public Show ( bool animated ) : void
animated bool
return void

ShowCompleted() public method

public ShowCompleted ( bool animated ) : void
animated bool
return void

ShowWhileAsync() public method

public ShowWhileAsync ( System.Action execute, bool animated ) : Action
execute System.Action
animated bool
return Action

ShowWhileExecuting() public method

public ShowWhileExecuting ( System.Action execute, bool animated ) : void
execute System.Action
animated bool
return void

Property Details

GraceTime public_oe property

public float GraceTime
return float

MinimumShowTime public_oe property

public float MinimumShowTime
return float