C# Class MonoTouch.Dialog.StyledMultilineElement

Inheritance: StyledStringElement, IElementSizing
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Méthode Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
StyledMultilineElement ( NSAttributedString attributedString ) : System
StyledMultilineElement ( string caption ) : System
StyledMultilineElement ( string caption, Action tapped ) : System
StyledMultilineElement ( string caption, string value ) : System

Method Details

GetCell() public méthode

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

GetHeight() public méthode

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

StyledMultilineElement() public méthode

public StyledMultilineElement ( NSAttributedString attributedString ) : System
attributedString NSAttributedString
Résultat System

StyledMultilineElement() public méthode

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

StyledMultilineElement() public méthode

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

StyledMultilineElement() public méthode

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