Property | Type | Description | |
---|---|---|---|
Alignment | UITextAlignment | ||
Color | UIColor | ||
TitleColor | UIColor |
Method | Description | |
---|---|---|
ButtonElement ( string caption, UIColor color ) : System | ||
ButtonElement ( string caption, UIColor color, NSAction tapped ) : System | ||
GetCell ( UITableView tv ) : UITableViewCell | ||
Selected ( |
||
Summary ( ) : string |
public ButtonElement ( string caption, UIColor color ) : System | ||
caption | string | |
color | UIColor | |
return | System |
public ButtonElement ( string caption, UIColor color, NSAction tapped ) : System | ||
caption | string | |
color | UIColor | |
tapped | NSAction | |
return | System |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public Selected ( |
||
dvc | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |