public override Properties AfterGetProperties(ref Properties prop, Theme theme) { prop.BackColor = BackColor.IsDefault() ? theme.TextBoxBackColor : BackColor; return(prop); }