C# 클래스 CrossUI.iOS.Dialog.Elements.MultilineElement

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

공개 메소드들

메소드 설명
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
MultilineElement ( string caption = "" ) : CoreGraphics
MultilineElement ( string caption, System.Action tapped ) : CoreGraphics
MultilineElement ( string caption, string value ) : CoreGraphics

보호된 메소드들

메소드 설명
GetCellImpl ( UITableView tv ) : UITableViewCell

메소드 상세

GetCellImpl() 보호된 메소드

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetHeight() 공개 메소드

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

MultilineElement() 공개 메소드

public MultilineElement ( string caption = "" ) : CoreGraphics
caption string
리턴 CoreGraphics

MultilineElement() 공개 메소드

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

MultilineElement() 공개 메소드

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