Property | Type | Description | |
---|---|---|---|
RealValue | decimal | ||
fractionPicker | UIPickerView | ||
maxInches | int | ||
minInches | int |
Method | Description | |
---|---|---|
CreatePicker ( ) : UIPickerView | ||
GetCell ( UITableView tv ) : UITableViewCell | ||
InchFractionElement ( string caption, decimal realValue ) : System | ||
Selected ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
PickerFrameWithSize ( |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public InchFractionElement ( string caption, decimal realValue ) : System | ||
caption | string | |
realValue | decimal | |
return | System |
public Selected ( |
||
dvc | ||
tableView | UITableView | |
path | NSIndexPath | |
return | void |