C# Class MonoMobile.Forms.Elements.ImageStringElement

Inheritance: MonoTouch.Dialog.StringElement, IElementSizing
Afficher le fichier Open project: escoz/MonoMobile.Forms

Méthodes publiques

Свойство Type Description
DetailLines int
Height int
TitleFont UIFont

Méthodes publiques

Méthode Description
GetCell ( UITableView tv ) : UITableViewCell
ImageStringElement ( string caption, System.Action tapped, UIImage image ) : System
ImageStringElement ( string caption, UIImage image ) : System
ImageStringElement ( string caption, string value, System.Action tapped, UIImage defaultImage, string imageurl ) : System
ImageStringElement ( string caption, string value, UIImage image ) : System
ImageStringElement ( string caption, string value, UIImage image, System.Action tapped ) : System

Private Methods

Méthode Description
IElementSizing ( UITableView tableView, NSIndexPath indexPath ) : float

Method Details

GetCell() public méthode

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

ImageStringElement() public méthode

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

ImageStringElement() public méthode

public ImageStringElement ( string caption, UIImage image ) : System
caption string
image UIImage
Résultat System

ImageStringElement() public méthode

public ImageStringElement ( string caption, string value, System.Action tapped, UIImage defaultImage, string imageurl ) : System
caption string
value string
tapped System.Action
defaultImage UIImage
imageurl string
Résultat System

ImageStringElement() public méthode

public ImageStringElement ( string caption, string value, UIImage image ) : System
caption string
value string
image UIImage
Résultat System

ImageStringElement() public méthode

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

Property Details

DetailLines public_oe property

public int DetailLines
Résultat int

Height public_oe property

public int Height
Résultat int

TitleFont public_oe property

public UIFont TitleFont
Résultat UIFont