I am new in WPF. I want to use Font-awesome Icon in textbox and button. but the icon is not bind with my textbox
I install Font-awesome resource to my application.<
To extend the accepted answer because it's somewhat out of date and missing information, here's what I did:
use-on-desktop
folder, locate the version you want. N.B. Solid has the most icons free; some icons require a Pro payment for Regular and Light versions.
Font Awesome 5 Free-Solid-900.otf
.Fonts
. Paste the fonts file inside this folder.FontAwesome.otf
for brevity
or other
, insert:/YOUR_PROJECT_NAME;component/Fonts/FontAwesome.otf#Font Awesome 5 Free Solid
Fonts
, rename or omit this part of the path.