C# 클래스 MonoMobile.Forms.Elements.ImageStringElement

상속: MonoTouch.Dialog.StringElement, IElementSizing
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms

공개 프로퍼티들

프로퍼티 타입 설명
DetailLines int
Height int
TitleFont UIFont

공개 메소드들

메소드 설명
GetCell ( UITableView tv ) : UITableViewCell
ImageStringElement ( string caption, System.Action tapped, UIImage image ) : System
ImageStringElement ( string caption, UIImage image ) : System
ImageStringElement ( string caption, string value, System.Action tapped, UIImage defaultImage, string imageurl ) : System
ImageStringElement ( string caption, string value, UIImage image ) : System
ImageStringElement ( string caption, string value, UIImage image, System.Action tapped ) : System

비공개 메소드들

메소드 설명
IElementSizing ( UITableView tableView, NSIndexPath indexPath ) : float

메소드 상세

GetCell() 공개 메소드

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

ImageStringElement() 공개 메소드

public ImageStringElement ( string caption, System.Action tapped, UIImage image ) : System
caption string
tapped System.Action
image UIImage
리턴 System

ImageStringElement() 공개 메소드

public ImageStringElement ( string caption, UIImage image ) : System
caption string
image UIImage
리턴 System

ImageStringElement() 공개 메소드

public ImageStringElement ( string caption, string value, System.Action tapped, UIImage defaultImage, string imageurl ) : System
caption string
value string
tapped System.Action
defaultImage UIImage
imageurl string
리턴 System

ImageStringElement() 공개 메소드

public ImageStringElement ( string caption, string value, UIImage image ) : System
caption string
value string
image UIImage
리턴 System

ImageStringElement() 공개 메소드

public ImageStringElement ( string caption, string value, UIImage image, System.Action tapped ) : System
caption string
value string
image UIImage
tapped System.Action
리턴 System

프로퍼티 상세

DetailLines 공개적으로 프로퍼티

public int DetailLines
리턴 int

Height 공개적으로 프로퍼티

public int Height
리턴 int

TitleFont 공개적으로 프로퍼티

public UIFont TitleFont
리턴 UIFont