You can simply place the buttons inside the ToolBar
, and this will change the style of the buttons so that they look like a toolbar.
<ToolBar> <Button>Save</Button> <Button>Open</Button> </ToolBar>
It looks like:

If you need images in buttons, you have to do the usual thing to change the contents of a button.
<Button> <Image Source="..." /> </Button>
source share