Property | Type | Description | |
---|---|---|---|
Font | UIFont |
Method | Description | |
---|---|---|
GetCell ( UITableView tv ) : UITableViewCell | ||
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
MultilineElement ( string caption ) : System | ||
MultilineElement ( string caption, System.Action tapped ) : System | ||
MultilineElement ( string caption, string value ) : System | ||
MultilineElement ( string caption, string value, System.Action tapped ) : System |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | float |
public MultilineElement ( string caption ) : System | ||
caption | string | |
return | System |
public MultilineElement ( string caption, System.Action tapped ) : System | ||
caption | string | |
tapped | System.Action | |
return | System |
public MultilineElement ( string caption, string value ) : System | ||
caption | string | |
value | string | |
return | System |
public MultilineElement ( string caption, string value, System.Action tapped ) : System | ||
caption | string | |
value | string | |
tapped | System.Action | |
return | System |