ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramTools - ASP.NETCore-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

    Declaration
    public const DiagramTools ContinuousDraw
    Field Value
    Type Description
    DiagramTools

    Default

    Declaration
    public const DiagramTools Default
    Field Value
    Type Description
    DiagramTools

    DrawOnce

    Declaration
    public const DiagramTools DrawOnce
    Field Value
    Type Description
    DiagramTools

    MultipleSelect

    Declaration
    public const DiagramTools MultipleSelect
    Field Value
    Type Description
    DiagramTools

    None

    Declaration
    public const DiagramTools None
    Field Value
    Type Description
    DiagramTools

    SingleSelect

    Declaration
    public const DiagramTools SingleSelect
    Field Value
    Type Description
    DiagramTools

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    ZoomPan

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