C# Class MonoTouch.Dialog.FloatElement

Inheritance: Element
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Свойство Type Description
MinValue float
Value float

Méthodes publiques

Méthode Description
FloatElement ( string caption, float value ) : System
GetCell ( UITableView tv ) : UITableViewCell
Summary ( ) : string

Method Details

FloatElement() public méthode

public FloatElement ( string caption, float value ) : System
caption string
value float
Résultat System

GetCell() public méthode

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

Summary() public méthode

public Summary ( ) : string
Résultat string

Property Details

MinValue public_oe property

public float MinValue
Résultat float

Value public_oe property

public float Value
Résultat float