C# Class CrossUI.iOS.Dialog.Elements.OwnerDrawnElement.OwnerDrawnCell

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

Méthodes publiques

Méthode Description
LayoutSubviews ( ) : void
OwnerDrawnCell ( OwnerDrawnElement element, UITableViewCellStyle style, string cellReuseIdentifier ) : CoreGraphics
Update ( ) : void

Method Details

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

OwnerDrawnCell() public méthode

public OwnerDrawnCell ( OwnerDrawnElement element, UITableViewCellStyle style, string cellReuseIdentifier ) : CoreGraphics
element OwnerDrawnElement
style UITableViewCellStyle
cellReuseIdentifier string
Résultat CoreGraphics

Update() public méthode

public Update ( ) : void
Résultat void