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