C# 클래스 MonoTouch.Dialog.StyledMultilineElement

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

공개 메소드들

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

메소드 상세

GetCell() 공개 메소드

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

GetHeight() 공개 메소드

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

StyledMultilineElement() 공개 메소드

public StyledMultilineElement ( NSAttributedString attributedString ) : System
attributedString NSAttributedString
리턴 System

StyledMultilineElement() 공개 메소드

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

StyledMultilineElement() 공개 메소드

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

StyledMultilineElement() 공개 메소드

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