Replies: 1 comment
-
Hi, i added support for the window icon. <Window.Resources>
<fa5:DrawingConverter x:Key="DrawingConverter"/>
</Window.Resources>
<Window.Icon>
<DrawingImage Drawing="{Binding SelectedIcon, Converter={StaticResource DrawingConverter}}">
</DrawingImage>
</Window.Icon> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I am new to C# as well as in Github community .Please excuse me and help me to understand the right things .
i want to set application title bar icon with fontawesome icon
is it possible to do it through xaml.cs file
Beta Was this translation helpful? Give feedback.
All reactions