C# Class XamlForIphone.UITabBar

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

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

Method Description
BeginCustomizingItems ( MonoTouch items ) : void
EndCustomizingAnimated ( System animated ) : System.Boolean
SetItems ( MonoTouch items, System animated ) : void

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

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

Method Details

BeginCustomizingItems() public method

public BeginCustomizingItems ( MonoTouch items ) : void
items MonoTouch
return void

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

EndCustomizingAnimated() public method

public EndCustomizingAnimated ( System animated ) : System.Boolean
animated System
return System.Boolean

SetItems() public method

public SetItems ( MonoTouch items, System animated ) : void
items MonoTouch
animated System
return void