C# Class MonoMobile.Dialog.FloatElement

Used to display a slider on the screen.
Inheritance: Element
Mostra file Open project: moljac/MonoMobile.Dialog Class Usage Examples

Public Properties

Property Type Description
Left System.Drawing.Bitmap
Right System.Drawing.Bitmap

Public Methods

Method Description
FloatElement ( Bitmap left, Bitmap right, float value ) : System
FloatElement ( UIImage left, UIImage right, float value ) : System
FloatElement ( float value, float min, float max ) : System
FloatElement ( string caption ) : System
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
GetView ( Context context, View convertView, ViewGroup parent ) : View
SeekBar ( SeekBar seekBar ) : void
SeekBar ( SeekBar seekBar, int progress, bool fromUser ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
FloatElement ( Bitmap left, Bitmap right, float value, int layoutId ) : System
FloatElement ( string caption, int layoutId ) : System

Private Methods

Method Description
UITableViewCellSliderOnlyFactory ( UITableView tv ) : UITableViewCell

Original MonoTouch.Dialog Cell creation

UITableViewCellSliderWithValueAndMinMaxFactory ( UITableView tv ) : UITableViewCell

Modified MonoMobile.Dialog Cell creation when Min and Max Values are present

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FloatElement() public method

public FloatElement ( Bitmap left, Bitmap right, float value ) : System
left System.Drawing.Bitmap
right System.Drawing.Bitmap
value float
return System

FloatElement() protected method

protected FloatElement ( Bitmap left, Bitmap right, float value, int layoutId ) : System
left System.Drawing.Bitmap
right System.Drawing.Bitmap
value float
layoutId int
return System

FloatElement() public method

public FloatElement ( UIImage left, UIImage right, float value ) : System
left UIImage
right UIImage
value float
return System

FloatElement() public method

public FloatElement ( float value, float min, float max ) : System
value float
min float
max float
return System

FloatElement() public method

public FloatElement ( string caption ) : System
caption string
return System

FloatElement() protected method

protected FloatElement ( string caption, int layoutId ) : System
caption string
layoutId int
return System

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

GetView() public method

public GetView ( Context context, View convertView, ViewGroup parent ) : View
context Context
convertView View
parent ViewGroup
return View

SeekBar() public method

public SeekBar ( SeekBar seekBar ) : void
seekBar SeekBar
return void

SeekBar() public method

public SeekBar ( SeekBar seekBar, int progress, bool fromUser ) : void
seekBar SeekBar
progress int
fromUser bool
return void

Property Details

Left public_oe property

public Bitmap,System.Drawing Left
return System.Drawing.Bitmap

Right public_oe property

public Bitmap,System.Drawing Right
return System.Drawing.Bitmap