Class VertexChangeType
Specifies vertex change type.
Inheritance
System.Object
VertexChangeType
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class VertexChangeType : Enum
Fields
Insert
Insert vertex.
Declaration
public const VertexChangeType Insert
Field Value
| Type |
|---|
| VertexChangeType |
Remove
Remove vertex.
Declaration
public const VertexChangeType Remove
Field Value
| Type |
|---|
| VertexChangeType |
Set
Set vertex.
Declaration
public const VertexChangeType Set
Field Value
| Type |
|---|
| VertexChangeType |