I want to control the visibility of the image in a button, via a trigger:
<Button x:Name="NotesPanel" Command="{Binding AddDocument}">
<Image x:Name="notesImage" Source="Notes.png" Height="32"></Image>
</Button>
1/Should the trigger appear in the button or in container that countains the button ?
2/How to set the visibility of the image only ? Thanks jon