C# Class Cocoa.ProgressIndicator

Inheritance: View
显示文件 Open project: mono/cocoa-sharp Class Usage Examples

Public Methods

Method Description
ProgressIndicator ( IntPtr native_object ) : System
ProgressIndicator ( Rect rect ) : System
StartAnimation ( ) : void
StopAnimation ( ) : void

Method Details

ProgressIndicator() public method

public ProgressIndicator ( IntPtr native_object ) : System
native_object System.IntPtr
return System

ProgressIndicator() public method

public ProgressIndicator ( Rect rect ) : System
rect Rect
return System

StartAnimation() public method

public StartAnimation ( ) : void
return void

StopAnimation() public method

public StopAnimation ( ) : void
return void