C# 클래스 MonoTouch.Dialog.MultilineElement

상속: StringElement, IElementSizing
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Font UIFont

공개 메소드들

메소드 설명
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
MultilineElement ( string caption ) : System
MultilineElement ( string caption, System.Action tapped ) : System
MultilineElement ( string caption, string value ) : System
MultilineElement ( string caption, string value, System.Action tapped ) : System

메소드 상세

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetHeight() 공개 메소드

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float

MultilineElement() 공개 메소드

public MultilineElement ( string caption ) : System
caption string
리턴 System

MultilineElement() 공개 메소드

public MultilineElement ( string caption, System.Action tapped ) : System
caption string
tapped System.Action
리턴 System

MultilineElement() 공개 메소드

public MultilineElement ( string caption, string value ) : System
caption string
value string
리턴 System

MultilineElement() 공개 메소드

public MultilineElement ( string caption, string value, System.Action tapped ) : System
caption string
value string
tapped System.Action
리턴 System

프로퍼티 상세

Font 공개적으로 프로퍼티

public UIFont Font
리턴 UIFont