Property | Type | Description | |
---|---|---|---|
Accessory | UITableViewCellAccessory | ||
Font | UIFont | ||
LineBreakMode | UILineBreakMode | ||
Lines | int | ||
TextColor | UIColor |
Method | Description | |
---|---|---|
GetCell ( UITableView tv ) : UITableViewCell | ||
StyledStringElement ( string caption ) : System | ||
StyledStringElement ( string caption, System.Action tapped ) : System | ||
StyledStringElement ( string caption, string value ) : System | ||
StyledStringElement ( string caption, string value, System.Action tapped ) : System |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public StyledStringElement ( string caption ) : System | ||
caption | string | |
return | System |
public StyledStringElement ( string caption, System.Action tapped ) : System | ||
caption | string | |
tapped | System.Action | |
return | System |
public StyledStringElement ( string caption, string value ) : System | ||
caption | string | |
value | string | |
return | System |
public StyledStringElement ( string caption, string value, System.Action tapped ) : System | ||
caption | string | |
value | string | |
tapped | System.Action | |
return | System |
public UITableViewCellAccessory Accessory | ||
return | UITableViewCellAccessory |