C# Class Cocoa.ProgressIndicator

Inheritance: View
Afficher le fichier Open project: mono/cocoa-sharp Class Usage Examples

Méthodes publiques

Méthode Description
ProgressIndicator ( IntPtr native_object ) : System
ProgressIndicator ( Rect rect ) : System
StartAnimation ( ) : void
StopAnimation ( ) : void

Method Details

ProgressIndicator() public méthode

public ProgressIndicator ( IntPtr native_object ) : System
native_object System.IntPtr
Résultat System

ProgressIndicator() public méthode

public ProgressIndicator ( Rect rect ) : System
rect Rect
Résultat System

StartAnimation() public méthode

public StartAnimation ( ) : void
Résultat void

StopAnimation() public méthode

public StopAnimation ( ) : void
Résultat void