charri / Font-Awesome-WPF

FontAwesome controls for WPF+UWP
MIT License
533 stars 145 forks source link

Changing icon color in XAML #54

Open skourta opened 6 years ago

skourta commented 6 years ago

I want to use the refresh spinning icon but I want to set its color to white. I tried editing the code around but failed to implement it. here's my code it would be awesome if there was a color attribute. <fa:ImageAwesome Icon="Refresh" Spin="True" Height="48" Width="48" />

drewnoakes commented 6 years ago

Isn't there a Foreground attribute?

skourta commented 6 years ago

@drewnoakes, that was embarrassing I tried all the attributes except the foreground I thought that was restricted to text color.Thanks a lot!

drewnoakes commented 6 years ago

You're welcome.