C# Class Praeclarum.UI.ActivityIndicator

Inheritance: UIView
Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes publiques

Méthode Description
ActivityIndicator ( ) : System
Hide ( bool animated = true ) : void
Show ( bool animated = true ) : void

Method Details

ActivityIndicator() public méthode

public ActivityIndicator ( ) : System
Résultat System

Hide() public méthode

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

Show() public méthode

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