public OwnerDrawnCellView(CustomElement element) { _element = element; BackgroundColor = UIColor.Clear; }
public OwnerDrawnCell(CustomElement element, UITableViewCellStyle style, string cellReuseIdentifier) : base(style, cellReuseIdentifier) { Element = element; }