<StackPanel Margin="2">
<Button Name="btn" Click="btn_Click" Content="Load Profile Image">
<Button.Background>
<ImageBrush ImageSource="D:\Pictures\rectangles.jpg"></ImageBrush>
</Button.Background>
</Button>
</StackPanel>
Image that i am pasting here is of is almost black, so I want to change the content color to white so that it should appear properly.
My apology, I hadn't added color in title which is quoted in commas, sorry for my mistake. Now it is OK, I think now it is clear to the reader ;)
Assuming you are talking about the color of the Text you are displaying you want the Foreground
property.
<Button Name="btn" Click="btn_Click" Content="Load Profile Image" Foreground="White">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With