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

상속: StyledStringElement, IElementSizing
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

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

메소드 상세

GetHeight() 공개 메소드

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

StyledMultilineElement() 공개 메소드

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

StyledMultilineElement() 공개 메소드

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

StyledMultilineElement() 공개 메소드

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

StyledMultilineElement() 공개 메소드

public StyledMultilineElement ( string caption, string value, UITableViewCellStyle style ) : CoreGraphics
caption string
value string
style UITableViewCellStyle
리턴 CoreGraphics