
What is the best way to create a Button control that also takes the image and also takes the ThemeManager style?
Ex:
<ImageButton Icon="..." Text="..." />
I tried to create a user control that has "Button" as its base class but the style is not applied, Thank you!