C# Class XamlForIphone.UISwitch

Inheritance: UIElement
Show file Open project: Clancey/XamlForIphone

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

Method Description
SetState ( System newState, System animated ) : 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

SetState() public method

public SetState ( System newState, System animated ) : void
newState System
animated System
return void