C# 클래스 MonoMobile.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
파일 보기 프로젝트 열기: moljac/MonoMobile.Dialog 1 사용 예제들

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
style UITableViewCellStyle

공개 메소드들

메소드 설명
GetCell ( UITableView tv ) : UITableViewCell
StyledStringElement ( string caption ) : System
StyledStringElement ( string caption, NSAction tapped ) : System
StyledStringElement ( string caption, string value ) : System
StyledStringElement ( string caption, string value, UITableViewCellStyle style ) : System

보호된 메소드들

메소드 설명
GetKey ( int style ) : string
PrepareCell ( UITableViewCell cell ) : void

비공개 메소드들

메소드 설명
AccessoryTap ( ) : void
ClearBackground ( UITableViewCell cell ) : void
IColorizeBackground ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
IImageUpdated ( Uri uri ) : void
OnImageInfo ( ) : ExtraInfo

메소드 상세

GetCell() 공개 메소드

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

GetKey() 보호된 메소드

protected GetKey ( int style ) : string
style int
리턴 string

PrepareCell() 보호된 메소드

protected PrepareCell ( UITableViewCell cell ) : void
cell UITableViewCell
리턴 void

StyledStringElement() 공개 메소드

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

StyledStringElement() 공개 메소드

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

StyledStringElement() 공개 메소드

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

StyledStringElement() 공개 메소드

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

프로퍼티 상세

Accessory 공개적으로 프로퍼티

public UITableViewCellAccessory Accessory
리턴 UITableViewCellAccessory

Font 공개적으로 프로퍼티

public UIFont Font
리턴 UIFont

LineBreakMode 공개적으로 프로퍼티

public UILineBreakMode LineBreakMode
리턴 UILineBreakMode

Lines 공개적으로 프로퍼티

public int Lines
리턴 int

SubtitleFont 공개적으로 프로퍼티

public UIFont SubtitleFont
리턴 UIFont

TextColor 공개적으로 프로퍼티

public UIColor TextColor
리턴 UIColor

style 보호되어 있는 프로퍼티

protected UITableViewCellStyle style
리턴 UITableViewCellStyle