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
Show file Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
Accessory UITableViewCellAccessory
Font UIFont
LineBreakMode UILineBreakMode
Lines int
TextColor UIColor

Public Methods

Method 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 method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

StyledStringElement() public method

public StyledStringElement ( string caption ) : System
caption string
return System

StyledStringElement() public method

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

StyledStringElement() public method

public StyledStringElement ( string caption, string value ) : System
caption string
value string
return System

StyledStringElement() public method

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

Property Details

Accessory public property

public UITableViewCellAccessory Accessory
return UITableViewCellAccessory

Font public property

public UIFont Font
return UIFont

LineBreakMode public property

public UILineBreakMode LineBreakMode
return UILineBreakMode

Lines public property

public int Lines
return int

TextColor public property

public UIColor TextColor
return UIColor