Esempio n. 1
0
 public OwnerDrawnCellView(OwnerDrawnElement element)
 {
     this.element           = element;
     this.AutosizesSubviews = true;
     this.AutoresizingMask  = UIViewAutoresizing.FlexibleWidth;
     this.BackgroundColor   = UIColor.Clear;
 }
Esempio n. 2
0
 public OwnerDrawnCell(OwnerDrawnElement element, UITableViewCellStyle style, string cellReuseIdentifier) : base(style, cellReuseIdentifier)
 {
     Element = element;
 }
Esempio n. 3
0
 public OwnerDrawnCell(OwnerDrawnElement element, UITableViewCellStyle style, string cellReuseIdentifier) : base(style, cellReuseIdentifier)
 {
     Element = element;
 }
Esempio n. 4
0
 public OwnerDrawnCellView(OwnerDrawnElement element)
 {
     this.element = element;
     this.AutosizesSubviews = true;
     this.AutoresizingMask = UIViewAutoresizing.FlexibleWidth;
     this.BackgroundColor = UIColor.Clear;
 }