C# Class XamlForIphone.UIActivityIndicatorView

Inheritance: UIElement
显示文件 Open project: Clancey/XamlForIphone

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

Method Description
StartAnimating ( ) : void
StopAnimating ( ) : void

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

Method Description
ArrangeInternal ( Rect finalRect ) : void
setupEvents ( ) : void

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

StartAnimating() public method

public StartAnimating ( ) : void
return void

StopAnimating() public method

public StopAnimating ( ) : void
return void