C# Class 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.
Inheritance: StringElement, IImageUpdated, IColorizeBackground
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Свойство Type Description
Accessory UITableViewCellAccessory
Font UIFont
LineBreakMode UILineBreakMode
Lines int
TextColor UIColor

Méthodes publiques

Méthode Description
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

Method Details

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

StyledStringElement() public méthode

public StyledStringElement ( string caption ) : System
caption string
Résultat System

StyledStringElement() public méthode

public StyledStringElement ( string caption, System.Action tapped ) : System
caption string
tapped System.Action
Résultat System

StyledStringElement() public méthode

public StyledStringElement ( string caption, string value ) : System
caption string
value string
Résultat System

StyledStringElement() public méthode

public StyledStringElement ( string caption, string value, System.Action tapped ) : System
caption string
value string
tapped System.Action
Résultat System

Property Details

Accessory public_oe property

public UITableViewCellAccessory Accessory
Résultat UITableViewCellAccessory

Font public_oe property

public UIFont Font
Résultat UIFont

LineBreakMode public_oe property

public UILineBreakMode LineBreakMode
Résultat UILineBreakMode

Lines public_oe property

public int Lines
Résultat int

TextColor public_oe property

public UIColor TextColor
Résultat UIColor