Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.StyledStringElement.ClearBackground C# (CSharp) Method

ClearBackground() static private method

static private ClearBackground ( UITableViewCell cell ) : void
cell UITableViewCell
return void
        void ClearBackground (UITableViewCell cell)
        {
            cell.BackgroundColor = UIColor.White;
            cell.TextLabel.BackgroundColor = UIColor.Clear;
        }