Blazor

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

    Show / Hide Table of Contents

    Class DiagramElementAction

    It specifies the action to be performed in the diagram while interacting.

    Inheritance
    System.Object
    DiagramElementAction
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class DiagramElementAction : Enum
    Examples
    public string cursor(DiagramElementAction action, bool active, string handle)
    {
        string cursors = null;
        if (action == DiagramElementAction.Drag)
        cursors = "-webkit-grabbing";
        return cursors;
    }

    Fields

    BezierSourceThumb

    Notifies the bezier connector source points are currently dragging.

    Declaration
    public const DiagramElementAction BezierSourceThumb
    Field Value
    Type Description
    DiagramElementAction

    BezierTargetThumb

    Notifies that the bezier connector target points are currently dragging.

    Declaration
    public const DiagramElementAction BezierTargetThumb
    Field Value
    Type Description
    DiagramElementAction

    ConnectorSourceEnd

    Notifies that the connector source points are currently dragging.

    Declaration
    public const DiagramElementAction ConnectorSourceEnd
    Field Value
    Type Description
    DiagramElementAction

    ConnectorTargetEnd

    Notifies that the connector Target points are currently dragging.

    Declaration
    public const DiagramElementAction ConnectorTargetEnd
    Field Value
    Type Description
    DiagramElementAction

    Drag

    Notifies when the dragging is ongoing.

    Declaration
    public const DiagramElementAction Drag
    Field Value
    Type Description
    DiagramElementAction

    Draw

    Notifies the drawing of shapes using the drawing tool.

    Declaration
    public const DiagramElementAction Draw
    Field Value
    Type Description
    DiagramElementAction

    ExpandAndCollapse

    Notifies the Expand and collapse action when the Expand/Collapse Icon is clicked

    Declaration
    public const DiagramElementAction ExpandAndCollapse
    Field Value
    Type Description
    DiagramElementAction

    FixedUserHandle

    Notifies that the fixed user handle is currently active.

    Declaration
    public const DiagramElementAction FixedUserHandle
    Field Value
    Type Description
    DiagramElementAction

    Hyperlink

    Notifies the hyperlink action when the mouse pointer is hovering over it.

    Declaration
    public const DiagramElementAction Hyperlink
    Field Value
    Type Description
    DiagramElementAction

    None

    None of the actions are performed by the cursor.

    Declaration
    public const DiagramElementAction None
    Field Value
    Type Description
    DiagramElementAction

    OrthogonalThumb

    Notifies that the connector orthogonal thumb is currently dragging.

    Declaration
    public const DiagramElementAction OrthogonalThumb
    Field Value
    Type Description
    DiagramElementAction

    Pan

    Notifies that the node is currently panning.

    Declaration
    public const DiagramElementAction Pan
    Field Value
    Type Description
    DiagramElementAction

    PinchZoom

    Notifies to interact the zoom action through touch.

    Declaration
    public const DiagramElementAction PinchZoom
    Field Value
    Type Description
    DiagramElementAction

    PortDraw

    Notifies the port draw action when drawing the connector from the port.

    Declaration
    public const DiagramElementAction PortDraw
    Field Value
    Type Description
    DiagramElementAction

    ResizeEast

    Notifies that the node is currently resizing to east direction.

    Declaration
    public const DiagramElementAction ResizeEast
    Field Value
    Type Description
    DiagramElementAction

    ResizeNorth

    Notifies that the node is currently resizing to north direction.

    Declaration
    public const DiagramElementAction ResizeNorth
    Field Value
    Type Description
    DiagramElementAction

    ResizeNorthEast

    Notifies that the node is currently resizing to north east direction.

    Declaration
    public const DiagramElementAction ResizeNorthEast
    Field Value
    Type Description
    DiagramElementAction

    ResizeNorthWest

    Notifies that the node is currently resizing to north west direction.

    Declaration
    public const DiagramElementAction ResizeNorthWest
    Field Value
    Type Description
    DiagramElementAction

    ResizeSouth

    Notifies that the node is currently resizing to south direction.

    Declaration
    public const DiagramElementAction ResizeSouth
    Field Value
    Type Description
    DiagramElementAction

    ResizeSouthEast

    Notifies that the node is currently resizing to south east direction.

    Declaration
    public const DiagramElementAction ResizeSouthEast
    Field Value
    Type Description
    DiagramElementAction

    ResizeSouthWest

    Notifies that the node is currently resizing to south west direction.

    Declaration
    public const DiagramElementAction ResizeSouthWest
    Field Value
    Type Description
    DiagramElementAction

    ResizeWest

    Notifies that the node is currently resizing to west direction.

    Declaration
    public const DiagramElementAction ResizeWest
    Field Value
    Type Description
    DiagramElementAction

    Rotate

    Notifies that the node is currently rotating.

    Declaration
    public const DiagramElementAction Rotate
    Field Value
    Type Description
    DiagramElementAction

    SegmentEnd

    Notifies that the connector segment endpoint is currently dragging.

    Declaration
    public const DiagramElementAction SegmentEnd
    Field Value
    Type Description
    DiagramElementAction

    Select

    Notifies when the selection happens.

    Declaration
    public const DiagramElementAction Select
    Field Value
    Type Description
    DiagramElementAction

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved