menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramTools - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramTools

    Activates the diagram tools None - Enables/Disable single select support for the diagram SingleSelect - Enables/Disable single select support for the diagram MultipleSelect - Enables/Disable MultipleSelect select support for the diagram ZoomPan - Enables/Disable ZoomPan support for the diagram DrawOnce - Enables/Disable continuousDraw support for the diagram ContinuousDraw - Enables/Disable continuousDraw support for the diagram Default - Enables/Disable all constraints

    Inheritance
    System.Object
    DiagramTools
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class DiagramTools : Enum

    Fields

    ContinuousDraw

    Enables/Disable continuousDraw support for the diagram

    Declaration
    public const DiagramTools ContinuousDraw
    Field Value
    Type
    DiagramTools

    Default

    Enables/Disable all constraints

    Declaration
    public const DiagramTools Default
    Field Value
    Type
    DiagramTools

    DrawOnce

    Enables/Disable DrawOnce support for the diagram

    Declaration
    public const DiagramTools DrawOnce
    Field Value
    Type
    DiagramTools

    MultipleSelect

    Enables/Disable MultipleSelect select support for the diagram

    Declaration
    public const DiagramTools MultipleSelect
    Field Value
    Type
    DiagramTools

    None

    Disable all constraints

    Declaration
    public const DiagramTools None
    Field Value
    Type
    DiagramTools

    SingleSelect

    Enables/Disable single select support for the diagram

    Declaration
    public const DiagramTools SingleSelect
    Field Value
    Type
    DiagramTools

    ZoomPan

    Enables/Disable ZoomPan support for the diagram

    Declaration
    public const DiagramTools ZoomPan
    Field Value
    Type
    DiagramTools
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved