C# Class Praeclarum.UI.ActivityIndicator

Inheritance: UIView
Show file Open project: praeclarum/Praeclarum

Public Methods

Method Description
ActivityIndicator ( ) : System
Hide ( bool animated = true ) : void
Show ( bool animated = true ) : void

Method Details

ActivityIndicator() public method

public ActivityIndicator ( ) : System
return System

Hide() public method

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

Show() public method

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