Group: Forum Members
Last Active: 3 Years Ago
Posts: 1,
Visits: 42
|
Hi Nevron support team, I want to use Diagram .Net to design a software for layouting factory/manufactory floor so I just download Nevron .Net for evalution. After installing, i see Nevron Diagram has a good basic shapes library, very handy GUI. But beside basic shapes, i want to draw rectangular shapes with a custom property. Here i want to draw a custom shape with Dictionary data type. After working around with questions in forum and look at sample code NPersistencyManagerUC in Serializion folder, i find no the same question like me. So i want to ask you that is it possible to draw a custom shape (rectangle and rounded rectangle) by mouse with a custom property of Dictionary data type? Like this:
Dictionary<string, NPointF[]> m_Points; I want to save this property of custom shape along with drawing document to drawing file. Is it possible to implement such task? And does Diagram support data type editor for Dictionary type?
Thank you so much,
Thai Binh
|