C# Class Verses.iOS.StyledRadioElement

Inheritance: MonoTouch.Dialog.RadioElement
显示文件 Open project: pierceboggan/Verses

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
StyledRadioElement ( string caption ) : System
StyledRadioElement ( string caption, string group ) : System

Method Details

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

StyledRadioElement() public method

public StyledRadioElement ( string caption ) : System
caption string
return System

StyledRadioElement() public method

public StyledRadioElement ( string caption, string group ) : System
caption string
group string
return System