C# Class MonoTouch.Dialog.FloatElement

Inheritance: Element
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
MinValue float
Value float

Public Methods

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

Method Details

FloatElement() public method

public FloatElement ( string caption, float value ) : System
caption string
value float
return System

GetCell() public method

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

Summary() public method

public Summary ( ) : string
return string

Property Details

MinValue public_oe property

public float MinValue
return float

Value public_oe property

public float Value
return float