C# Class CrossUI.iOS.Dialog.Elements.MultilineElement

Inheritance: StringElement, IElementSizing
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
MultilineElement ( string caption = "" ) : CoreGraphics
MultilineElement ( string caption, System.Action tapped ) : CoreGraphics
MultilineElement ( string caption, string value ) : CoreGraphics

Méthodes protégées

Méthode Description
GetCellImpl ( UITableView tv ) : UITableViewCell

Method Details

GetCellImpl() protected méthode

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

GetHeight() public méthode

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

MultilineElement() public méthode

public MultilineElement ( string caption = "" ) : CoreGraphics
caption string
Résultat CoreGraphics

MultilineElement() public méthode

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

MultilineElement() public méthode

public MultilineElement ( string caption, string value ) : CoreGraphics
caption string
value string
Résultat CoreGraphics