C# Class MonoTouch.Dialog.UIViewElement

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

Méthodes publiques

Свойство Type Description
Flags CellFlags

Protected Properties

Свойство Type Description
View UIView

Méthodes publiques

Méthode Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
UIViewElement ( string caption, UIView view, bool transparent ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

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

UIViewElement() public méthode

public UIViewElement ( string caption, UIView view, bool transparent ) : System
caption string
view UIView
transparent bool
Résultat System

Property Details

Flags public_oe property

public CellFlags Flags
Résultat CellFlags

View protected_oe property

protected UIView View
Résultat UIView