2
Does anyone know if there is any option for me to leave my Button disabled but showing the Button image?
What happens if I disable Button.
Button XAML code.
<Button x: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>