C# Class MonoMobile.Dialog.FloatElement

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

Méthodes publiques

Свойство Type Description
Left System.Drawing.Bitmap
Right System.Drawing.Bitmap

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FloatElement() public méthode

public FloatElement ( Bitmap left, Bitmap right, float value ) : System
left System.Drawing.Bitmap
right System.Drawing.Bitmap
value float
Résultat System

FloatElement() protected méthode

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

FloatElement() public méthode

public FloatElement ( UIImage left, UIImage right, float value ) : System
left UIImage
right UIImage
value float
Résultat System

FloatElement() public méthode

public FloatElement ( float value, float min, float max ) : System
value float
min float
max float
Résultat System

FloatElement() public méthode

public FloatElement ( string caption ) : System
caption string
Résultat System

FloatElement() protected méthode

protected FloatElement ( string caption, int layoutId ) : System
caption string
layoutId int
Résultat System

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

GetHeight() public méthode

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

GetView() public méthode

public GetView ( Context context, View convertView, ViewGroup parent ) : View
context Context
convertView View
parent ViewGroup
Résultat View

SeekBar() public méthode

public SeekBar ( SeekBar seekBar ) : void
seekBar SeekBar
Résultat void

SeekBar() public méthode

public SeekBar ( SeekBar seekBar, int progress, bool fromUser ) : void
seekBar SeekBar
progress int
fromUser bool
Résultat void

Property Details

Left public_oe property

public Bitmap,System.Drawing Left
Résultat System.Drawing.Bitmap

Right public_oe property

public Bitmap,System.Drawing Right
Résultat System.Drawing.Bitmap