C# Класс Verses.iOS.StyledRadioElement

Наследование: MonoTouch.Dialog.RadioElement
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
StyledRadioElement ( string caption ) : System
StyledRadioElement ( string caption, string group ) : System

Описание методов

GetCell() публичный Метод

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Результат UITableViewCell

GetHeight() публичный Метод

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Результат float

StyledRadioElement() публичный Метод

public StyledRadioElement ( string caption ) : System
caption string
Результат System

StyledRadioElement() публичный Метод

public StyledRadioElement ( string caption, string group ) : System
caption string
group string
Результат System