C# 클래스 MonoTouch.Dialog.StyledStringElement

A version of the StringElement that can be styled with a number of formatting options and can render images or background images either from UIImage parameters or by downloading them from the net.
상속: StringElement, IImageUpdated, IColorizeBackground
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Accessory UITableViewCellAccessory
Font UIFont
LineBreakMode UILineBreakMode
Lines int
TextColor UIColor

공개 메소드들

메소드 설명
GetCell ( UITableView tv ) : UITableViewCell
StyledStringElement ( string caption ) : System
StyledStringElement ( string caption, System.Action tapped ) : System
StyledStringElement ( string caption, string value ) : System
StyledStringElement ( string caption, string value, System.Action tapped ) : System

메소드 상세

GetCell() 공개 메소드

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

StyledStringElement() 공개 메소드

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

StyledStringElement() 공개 메소드

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

StyledStringElement() 공개 메소드

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

StyledStringElement() 공개 메소드

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

프로퍼티 상세

Accessory 공개적으로 프로퍼티

public UITableViewCellAccessory Accessory
리턴 UITableViewCellAccessory

Font 공개적으로 프로퍼티

public UIFont Font
리턴 UIFont

LineBreakMode 공개적으로 프로퍼티

public UILineBreakMode LineBreakMode
리턴 UILineBreakMode

Lines 공개적으로 프로퍼티

public int Lines
리턴 int

TextColor 공개적으로 프로퍼티

public UIColor TextColor
리턴 UIColor