Does anyone know if there is any way I can leave my Button disabled but the Button image appear?
What if I disable Button.
ButtonXAMLcode.
<Buttonx:Name="BtnCalc" Content="" HorizontalAlignment="Left" Margin="773,206,-172,0"
VerticalAlignment="Top" Width="200" Click="BtnCalc_Click" Height="85"
BorderBrush="{x:Null}">
<Button.Background>
<ImageBrush ImageSource="images/calculador.png"/>
</Button.Background>
</Button>