Tagged Questions

1
vote
1answer
201 views

How to inherit/extend styles from a resource dictionary?

I am having trouble extending one of my styles that I have defined in the Windows dictionary. Alone, it seems to apply the style to my controls as expected. However, if try to extend the style in ...
0
votes
3answers
51 views

How to open window directly after main application window

My app's main UI is in MainWindow.xaml. Firstly - what is causing this to be the window the application opens on startup. It does not appear to be defined as a "starup object" and there does not ...
0
votes
1answer
678 views

How get this xaml to work from app.xaml

I made this UpButton.xaml file by converting it from an .ai-file that our graphics guys made but i just can't get it to work. I was thinking of making this some sort of template/style for buttons, but ...