Exemplo n.º 1
0
 public OwnerDrawnCellView(CustomElement element)
 {
     _element        = element;
     BackgroundColor = UIColor.Clear;
 }
Exemplo n.º 2
0
 public OwnerDrawnCellView(CustomElement element)
 {
     _element = element;
     BackgroundColor = UIColor.Clear;
 }
Exemplo n.º 3
0
 public OwnerDrawnCell(CustomElement element, UITableViewCellStyle style, string cellReuseIdentifier) : base(style, cellReuseIdentifier)
 {
     Element = element;
 }
Exemplo n.º 4
0
 public OwnerDrawnCell(CustomElement element, UITableViewCellStyle style, string cellReuseIdentifier) : base(style, cellReuseIdentifier)
 {
     Element = element;
 }