Пример #1
0
 protected override void OnStyleUpdated()
 {
     base.OnStyleUpdated();
     theme = ThemeEngine.CreateTheme(this);
     theme.Context.Radius = 10;
 }
 protected override void OnStyleSet(Style previous_style)
 {
     base.OnStyleSet(previous_style);
     theme = ThemeEngine.CreateTheme(this);
     theme.Context.Radius = 10;
 }