Class DiagramDesigner
Diagram designer.
Inheritance
System.Object
DiagramDesigner
Namespace: Syncfusion.Windows.Forms.Diagram.Controls
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public class DiagramDesigner : ControlDesigner
Constructors
DiagramDesigner()
Declaration
public DiagramDesigner()
Properties
ActionLists
Call When the smart tag is clicked.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
| Type |
|---|
| Microsoft.DotNet.DesignTools.Designers.Actions.DesignerActionListCollection |
Methods
Initialize(IComponent)
Declaration
public override void Initialize(IComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.IComponent | component |