Class DefinePropertyDialog
Class for defining new property dialog
Inheritance
System.Object
DefinePropertyDialog
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class DefinePropertyDialog : Form
Constructors
DefinePropertyDialog()
Initializes a new instance of the DefinePropertyDialog class.
Declaration
public DefinePropertyDialog()
Properties
PropertyBag
Gets or sets the dynamic property data
Declaration
public Dictionary<string, object> PropertyBag { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.Object> |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |