C# Class XamlForIphone.UISlider

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

Private Properties

Property Type Description
ArrangeInternal void
setupEvents void

Public Methods

Method Description
MaxTrackImage ( MonoTouch forState ) : MonoTouch.UIKit.UIImage
MaxValueImageRectForBounds ( System forBounds ) : RectangleF
MinTrackImage ( MonoTouch forState ) : MonoTouch.UIKit.UIImage
MinValueImageRectForBounds ( System forBounds ) : RectangleF
SetMaxTrackImage ( MonoTouch image, MonoTouch forState ) : void
SetMinTrackImage ( MonoTouch image, MonoTouch forState ) : void
SetThumbImage ( MonoTouch image, MonoTouch forState ) : void
SetValue ( System value, System animated ) : void
ThumbImage ( MonoTouch forState ) : MonoTouch.UIKit.UIImage
ThumbRectForBounds ( System bounds, System trackRect, System value ) : RectangleF
TrackRectForBounds ( System forBounds ) : RectangleF

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

MaxTrackImage() public method

public MaxTrackImage ( MonoTouch forState ) : MonoTouch.UIKit.UIImage
forState MonoTouch
return MonoTouch.UIKit.UIImage

MaxValueImageRectForBounds() public method

public MaxValueImageRectForBounds ( System forBounds ) : RectangleF
forBounds System
return System.Drawing.RectangleF

MinTrackImage() public method

public MinTrackImage ( MonoTouch forState ) : MonoTouch.UIKit.UIImage
forState MonoTouch
return MonoTouch.UIKit.UIImage

MinValueImageRectForBounds() public method

public MinValueImageRectForBounds ( System forBounds ) : RectangleF
forBounds System
return System.Drawing.RectangleF

SetMaxTrackImage() public method

public SetMaxTrackImage ( MonoTouch image, MonoTouch forState ) : void
image MonoTouch
forState MonoTouch
return void

SetMinTrackImage() public method

public SetMinTrackImage ( MonoTouch image, MonoTouch forState ) : void
image MonoTouch
forState MonoTouch
return void

SetThumbImage() public method

public SetThumbImage ( MonoTouch image, MonoTouch forState ) : void
image MonoTouch
forState MonoTouch
return void

SetValue() public method

public SetValue ( System value, System animated ) : void
value System
animated System
return void

ThumbImage() public method

public ThumbImage ( MonoTouch forState ) : MonoTouch.UIKit.UIImage
forState MonoTouch
return MonoTouch.UIKit.UIImage

ThumbRectForBounds() public method

public ThumbRectForBounds ( System bounds, System trackRect, System value ) : RectangleF
bounds System
trackRect System
value System
return System.Drawing.RectangleF

TrackRectForBounds() public method

public TrackRectForBounds ( System forBounds ) : RectangleF
forBounds System
return System.Drawing.RectangleF