I'm use Visual Style Builder change the RadButton--->RadButtonElement--->TextPrimitive---> Margin:0,0,0,-6
and use in vs, like this:
and use in vs, like this:
public
RadForm1()
{
InitializeComponent();
ThemeResolutionService.LoadPackageFile(@
"C:\Users\mamatjan\Desktop\xxxxxxxxxxxxxxxxxxxx\xx\MyTheme5.tssp"
);
ThemeResolutionService.ApplicationThemeName =
"MyTheme5"
;
}
but when I'm run it. the button not use the style what I'm change, Until the mouse over the button, and button text margin is change.
why? and how I'm fixed it?(I just use font, and the font not change too)