2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Adding custom properties in property bagWe can add custom properties to the node and connector by means of property bag. It can be achieved in two ways:
The custom property can be added by invoking the node’s PropertyBag.Add method. The below code shows how to add custom properties. [C#] Syncfusion.Windows.Forms.Diagram.Rectangle rect= new Syncfusion.Windows.Forms.Diagram.Rectangle(10, 10, 10, 10); //Adding Custom Properties for the node in property bag rect.PropertyBag.Add("InnerRect:",10); rect.PropertyBag.Add("OuterRect:", 20);
[VB] Dim rect As New Syncfusion.Windows.Forms.Diagram.Rectangle(10, 10, 10, 10) 'Adding Custom Properties for the node in property bag rect.PropertyBag.Add("InnerRect:",10) rect.PropertyBag.Add("OuterRect:", 20)
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.