I am pretty new to WPF Developing and i am trying work with the GraphSharp lib within my project but I cant access the GraphSharp.Controls
dll classes.
i declared this row in my mainwindows.xaml file
xmlns:gsc = "clr-namespace:GraphSharp.Controls;assembly=GraphSharp.Controls"
and when I try to write
<gsc:GraphLayout/>
Note-GraphLayout is a class that represents a graph in xaml I tried to look on how to declare namespace in xaml and other resources but couldn't find a good answer for my problem...