Class NodeConstraints
Enables/Disables certain features of node
None - Disable all node Constraints
Select - Enables node to be selected
Drag - Enables node to be Dragged
Rotate - Enables node to be Rotate
Shadow - Enables node to display shadow
PointerEvents - Enables node to provide pointer option
Delete - Enables node to delete
InConnect - Enables node to provide in connect option
OutConnect - Enables node to provide out connect option
Individual - Enables node to provide individual resize option
Expandable - Enables node to provide Expandable option
AllowDrop - Enables node to provide allow to drop option
Inherit - Enables node to inherit the interaction option
ResizeNorthEast - Enable ResizeNorthEast of the node
ResizeEast - Enable ResizeEast of the node
ResizeSouthEast - Enable ResizeSouthEast of the node
ResizeSouth - Enable ResizeSouthWest of the node
ResizeSouthWest - Enable ResizeSouthWest of the node
ResizeSouth - Enable ResizeSouth of the node
ResizeSouthWest - Enable ResizeSouthWest of the node
ResizeWest - Enable ResizeWest of the node
ResizeNorth - Enable ResizeNorth of the node
Resize - Enables the Aspect ratio fo the node
AspectRatio - Enables the Aspect ratio fo the node
Tooltip - Enables or disables tool tip for the Nodes
InheritTooltip - Enables or disables tool tip for the Nodes
ReadOnly - Enables the ReadOnly support for Annotation
Default - Enables all constraints
Inheritance
System.Object
NodeConstraints
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class NodeConstraints : Enum
Fields
AllowDrop
Declaration
public const NodeConstraints AllowDrop
Field Value
AllowMovingOutsideLane
Declaration
public const NodeConstraints AllowMovingOutsideLane
Field Value
AspectRatio
Declaration
public const NodeConstraints AspectRatio
Field Value
Default
Declaration
public const NodeConstraints Default
Field Value
Delete
Declaration
public const NodeConstraints Delete
Field Value
Drag
Declaration
public const NodeConstraints Drag
Field Value
Expandable
Declaration
public const NodeConstraints Expandable
Field Value
HideThumbs
Declaration
public const NodeConstraints HideThumbs
Field Value
InConnect
Declaration
public const NodeConstraints InConnect
Field Value
Individual
Declaration
public const NodeConstraints Individual
Field Value
Inherit
Declaration
public const NodeConstraints Inherit
Field Value
Declaration
public const NodeConstraints InheritTooltip
Field Value
None
Declaration
public const NodeConstraints None
Field Value
OutConnect
Declaration
public const NodeConstraints OutConnect
Field Value
PointerEvents
Declaration
public const NodeConstraints PointerEvents
Field Value
ReadOnly
Declaration
public const NodeConstraints ReadOnly
Field Value
Resize
Declaration
public const NodeConstraints Resize
Field Value
ResizeEast
Declaration
public const NodeConstraints ResizeEast
Field Value
ResizeNorth
Declaration
public const NodeConstraints ResizeNorth
Field Value
ResizeNorthEast
Declaration
public const NodeConstraints ResizeNorthEast
Field Value
ResizeNorthWest
Declaration
public const NodeConstraints ResizeNorthWest
Field Value
ResizeSouth
Declaration
public const NodeConstraints ResizeSouth
Field Value
ResizeSouthEast
Declaration
public const NodeConstraints ResizeSouthEast
Field Value
ResizeSouthWest
Declaration
public const NodeConstraints ResizeSouthWest
Field Value
ResizeWest
Declaration
public const NodeConstraints ResizeWest
Field Value
Rotate
Declaration
public const NodeConstraints Rotate
Field Value
Select
Declaration
public const NodeConstraints Select
Field Value
Shadow
Declaration
public const NodeConstraints Shadow
Field Value
Declaration
public const NodeConstraints Tooltip
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|