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

Inheritance: StringElement
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
ImageStringElement ( ) : Foundation
ImageStringElement ( string caption, System.Action tapped, UIKit.UIImage image ) : Foundation
ImageStringElement ( string caption, UIKit.UIImage image ) : Foundation
ImageStringElement ( string caption, string value, UIKit.UIImage image ) : Foundation

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

ImageStringElement() public méthode

public ImageStringElement ( ) : Foundation
Résultat Foundation

ImageStringElement() public méthode

public ImageStringElement ( string caption, System.Action tapped, UIKit.UIImage image ) : Foundation
caption string
tapped System.Action
image UIKit.UIImage
Résultat Foundation

ImageStringElement() public méthode

public ImageStringElement ( string caption, UIKit.UIImage image ) : Foundation
caption string
image UIKit.UIImage
Résultat Foundation

ImageStringElement() public méthode

public ImageStringElement ( string caption, string value, UIKit.UIImage image ) : Foundation
caption string
value string
image UIKit.UIImage
Résultat Foundation