C# 클래스 Verses.iOS.StyledRadioElement

상속: MonoTouch.Dialog.RadioElement
파일 보기 프로젝트 열기: pierceboggan/Verses

공개 메소드들

메소드 설명
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