Class DiagramAction
Specifies to Enables/Disables certain actions of diagram.
Inheritance
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DiagramAction : Enum
Fields
Clear
Indicates diagram have clear all.
Declaration
public const DiagramAction Clear
Field Value
Type | Description |
---|---|
DiagramAction |
DecoratorPropertyChange
Indicates whether decorator property is changed or not
Declaration
public const DiagramAction DecoratorPropertyChange
Field Value
Type | Description |
---|---|
DiagramAction |
DragUsingMouse
Indicates whether drag is initiated by mouse
Declaration
public const DiagramAction DragUsingMouse
Field Value
Type | Description |
---|---|
DiagramAction |
Group
Indicates the group is in progress.
Declaration
public const DiagramAction Group
Field Value
Type | Description |
---|---|
DiagramAction |
Interactions
Indicates whether drag or rotate tool has been activated/].
Declaration
public const DiagramAction Interactions
Field Value
Type | Description |
---|---|
DiagramAction |
isGroupDragging
Indicates whether group dragging has been activated.
Declaration
public const DiagramAction isGroupDragging
Field Value
Type | Description |
---|---|
DiagramAction |
PreventClearSelection
prevents diagram from clear selection.
Declaration
public const DiagramAction PreventClearSelection
Field Value
Type | Description |
---|---|
DiagramAction |
PreventCollectionChangeOnDragOver
Use to prevent the collection change event while dragging lane from palette and over it in diagram.
Declaration
public const DiagramAction PreventCollectionChangeOnDragOver
Field Value
Type | Description |
---|---|
DiagramAction |
PreventHistory
Use to prevent the history during some action in diagram.
Declaration
public const DiagramAction PreventHistory
Field Value
Type | Description |
---|---|
DiagramAction |
PreventIconsUpdate
Use to prevent the icon while expand a node in diagram.
Declaration
public const DiagramAction PreventIconsUpdate
Field Value
Type | Description |
---|---|
DiagramAction |
PreventZIndexOnDragging
Use to prevent the z order on dragging the diagram elements.
Declaration
public const DiagramAction PreventZIndexOnDragging
Field Value
Type | Description |
---|---|
DiagramAction |
PublicMethod
Indicates the diagram public method is in action.
Declaration
public const DiagramAction PublicMethod
Field Value
Type | Description |
---|---|
DiagramAction |
Render
Indicates the diagram is in render state.
Declaration
public const DiagramAction Render
Field Value
Type | Description |
---|---|
DiagramAction |
TextEdit
Indicates the text editing is in progress.
Declaration
public const DiagramAction TextEdit
Field Value
Type | Description |
---|---|
DiagramAction |
ToolAction
Indicates the diagram Tool is in action.
Declaration
public const DiagramAction ToolAction
Field Value
Type | Description |
---|---|
DiagramAction |
UndoRedo
Indicates the diagram undo/redo is in action.
Declaration
public const DiagramAction UndoRedo
Field Value
Type | Description |
---|---|
DiagramAction |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |