Свойство | Тип | Описание | |
---|---|---|---|
RealValue | decimal | ||
fractionPicker | UIPickerView | ||
maxInches | int | ||
minInches | int |
Метод | Описание | |
---|---|---|
CreatePicker ( ) : UIPickerView | ||
GetCell ( UITableView tv ) : UITableViewCell | ||
InchFractionElement ( string caption, decimal realValue ) : System | ||
Selected ( |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
PickerFrameWithSize ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
Результат | UITableViewCell |
public InchFractionElement ( string caption, decimal realValue ) : System | ||
caption | string | |
realValue | decimal | |
Результат | System |
public Selected ( |
||
dvc | ||
tableView | UITableView | |
path | NSIndexPath | |
Результат | void |