MartinTopfstedt / FontAwesome5

WPF controls for the iconic SVG, font, and CSS toolkit Font Awesome 5.
MIT License
120 stars 23 forks source link

How to use the spin property? #19

Closed Laiteux closed 4 years ago

Laiteux commented 4 years ago

Hello,

I'd like to use the spin property on my icon but couldn't find any way nor documentation. How can I do that?

Kind regards, Matt.

MartinTopfstedt commented 4 years ago

Hi

The example projects show how to use everything.

Kind regards Martin

https://github.com/MartinTopfstedt/FontAwesome5/blob/102b8bb3b667756d4b498f5e91ab435811899f19/src/Examples/FontAwesome5.NetCore30.Example/MainWindow.xaml#L90 https://github.com/MartinTopfstedt/FontAwesome5/blob/102b8bb3b667756d4b498f5e91ab435811899f19/src/Examples/FontAwesome5.NetCore30.Example/MainWindow.xaml#L90 https://github.com/MartinTopfstedt/FontAwesome5/blob/102b8bb3b667756d4b498f5e91ab435811899f19/src/Examples/FontAwesome5.NetCore30.Example/MainWindow.xaml#L90

Am 16.05.2020 um 01:40 schrieb Matt notifications@github.com:

Hello,

I'd like to use the spin property on my icon but couldn't find any way nor documentation. How can I do that?

Kind regards, Matt.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Laiteux commented 4 years ago

Amazing, thank you.