C# Class MonoTouch.Dialog.MultilineElement

Inheritance: StringElement, IElementSizing
Mostra file Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
Font UIFont

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
MultilineElement ( string caption ) : System
MultilineElement ( string caption, System.Action tapped ) : System
MultilineElement ( string caption, string value ) : System
MultilineElement ( string caption, string value, System.Action tapped ) : System

Method Details

GetCell() public method

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

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

MultilineElement() public method

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

MultilineElement() public method

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

MultilineElement() public method

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

MultilineElement() public method

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

Property Details

Font public_oe property

public UIFont Font
return UIFont