Class DiagramElementAction
It specifies the action to be performed in the diagram while interacting.
Inheritance
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 |
---|
DiagramElementAction |
BezierTargetThumb
Notifies that the bezier connector target points are currently dragging.
Declaration
public const DiagramElementAction BezierTargetThumb
Field Value
Type |
---|
DiagramElementAction |
ColumnResize
Notifies that the swimlane is currently resizing the column.
Declaration
public const DiagramElementAction ColumnResize
Field Value
Type |
---|
DiagramElementAction |
ConnectorSourceEnd
Notifies that the connector source points are currently dragging.
Declaration
public const DiagramElementAction ConnectorSourceEnd
Field Value
Type |
---|
DiagramElementAction |
ConnectorTargetEnd
Notifies that the connector Target points are currently dragging.
Declaration
public const DiagramElementAction ConnectorTargetEnd
Field Value
Type |
---|
DiagramElementAction |
Drag
Notifies when the dragging is ongoing.
Declaration
public const DiagramElementAction Drag
Field Value
Type |
---|
DiagramElementAction |
Draw
Notifies the drawing of shapes using the drawing tool.
Declaration
public const DiagramElementAction Draw
Field Value
Type |
---|
DiagramElementAction |
ExpandAndCollapse
Notifies the Expand and collapse action when the Expand/Collapse Icon is clicked
Declaration
public const DiagramElementAction ExpandAndCollapse
Field Value
Type |
---|
DiagramElementAction |
FixedUserHandle
Notifies that the fixed user handle is currently active.
Declaration
public const DiagramElementAction FixedUserHandle
Field Value
Type |
---|
DiagramElementAction |
Hyperlink
Notifies the hyperlink action when the mouse pointer is hovering over it.
Declaration
public const DiagramElementAction Hyperlink
Field Value
Type |
---|
DiagramElementAction |
None
None of the actions are performed by the cursor.
Declaration
public const DiagramElementAction None
Field Value
Type |
---|
DiagramElementAction |
OrthogonalThumb
Notifies that the connector orthogonal thumb is currently dragging.
Declaration
public const DiagramElementAction OrthogonalThumb
Field Value
Type |
---|
DiagramElementAction |
Pan
Notifies that the node is currently panning.
Declaration
public const DiagramElementAction Pan
Field Value
Type |
---|
DiagramElementAction |
PinchZoom
Notifies to interact the zoom action through touch.
Declaration
public const DiagramElementAction PinchZoom
Field Value
Type |
---|
DiagramElementAction |
PortDraw
Notifies the port draw action when drawing the connector from the port.
Declaration
public const DiagramElementAction PortDraw
Field Value
Type |
---|
DiagramElementAction |
ResizeEast
Notifies that the node is currently resizing to east direction.
Declaration
public const DiagramElementAction ResizeEast
Field Value
Type |
---|
DiagramElementAction |
ResizeNorth
Notifies that the node is currently resizing to north direction.
Declaration
public const DiagramElementAction ResizeNorth
Field Value
Type |
---|
DiagramElementAction |
ResizeNorthEast
Notifies that the node is currently resizing to north east direction.
Declaration
public const DiagramElementAction ResizeNorthEast
Field Value
Type |
---|
DiagramElementAction |
ResizeNorthWest
Notifies that the node is currently resizing to north west direction.
Declaration
public const DiagramElementAction ResizeNorthWest
Field Value
Type |
---|
DiagramElementAction |
ResizeSouth
Notifies that the node is currently resizing to south direction.
Declaration
public const DiagramElementAction ResizeSouth
Field Value
Type |
---|
DiagramElementAction |
ResizeSouthEast
Notifies that the node is currently resizing to south east direction.
Declaration
public const DiagramElementAction ResizeSouthEast
Field Value
Type |
---|
DiagramElementAction |
ResizeSouthWest
Notifies that the node is currently resizing to south west direction.
Declaration
public const DiagramElementAction ResizeSouthWest
Field Value
Type |
---|
DiagramElementAction |
ResizeWest
Notifies that the node is currently resizing to west direction.
Declaration
public const DiagramElementAction ResizeWest
Field Value
Type |
---|
DiagramElementAction |
Rotate
Notifies that the node is currently rotating.
Declaration
public const DiagramElementAction Rotate
Field Value
Type |
---|
DiagramElementAction |
RowResize
Notifies that the swimlane is currently resizing the row.
Declaration
public const DiagramElementAction RowResize
Field Value
Type |
---|
DiagramElementAction |
SegmentEnd
Notifies that the connector segment endpoint is currently dragging.
Declaration
public const DiagramElementAction SegmentEnd
Field Value
Type |
---|
DiagramElementAction |
Select
Notifies when the selection happens.
Declaration
public const DiagramElementAction Select
Field Value
Type |
---|
DiagramElementAction |