alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved