Hallo, i am new in WPF and i tried to set icon on mainwindow with iconpacks. But unfortenally, vs says it not from type image. Is it possible to set anyway or do i need custom image? i would gladly use icons from iconpacks modern or classic.
@Torchok19081986 You can use the IconTemplate property to set a custom Icon at the title bar.
Most helpful comment
@Torchok19081986 You can use the
IconTemplateproperty to set a custom Icon at the title bar.https://github.com/MahApps/MahApps.Metro/blob/d1b8eadfa1880d7dafac128f29cb67b61019e777/src/MahApps.Metro.Samples/MahApps.Metro.Demo/ExampleWindows/FlyoutDemo.xaml#L42-L50