My user interface makes use of customized Button
s: They contain both an Image
and a Label
.
I customized a single Button
The easiest thing to do is create a UserControl for this:
XAML for UserControl:
Now you can reuse your user control wherever you want like so: