Enum SelectorConstraints
Defines the visibility of the selector handles None - Hides all the selector elements ConnectorSourceThumb - Shows/hides the source thumb of the connector ConnectorTargetThumb - Shows/hides the target thumb of the connector ResizeSouthEast - Shows/hides the bottom right resize handle of the selector ResizeSouthWest - Shows/hides the bottom left resize handle of the selector ResizeNorthEast - Shows/hides the top right resize handle of the selector ResizeNorthWest - Shows/hides the top left resize handle of the selector ResizeEast - Shows/hides the middle right resize handle of the selector ResizeWest - Shows/hides the middle left resize handle of the selector ResizeSouth - Shows/hides the bottom center resize handle of the selector ResizeNorth - Shows/hides the top center resize handle of the selector Rotate - Shows/hides the rotate handle of the selector UserHandles - Shows/hides the user handles of the selector Resize - Shows/hides all resize handles of the selector
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public enum SelectorConstraints
Fields
| Name | Description |
|---|---|
| All | Shows all handles of the selector |
| ConnectorSourceThumb | Shows/hides the source thumb of the connector |
| ConnectorTargetThumb | Shows/hides the target thumb of the connector |
| None | Hides all the selector elements |
| ResizeAll | Shows/hides all resize handles of the selector |
| ResizeEast | Shows/hides the middle right resize handle of the selector |
| ResizeNorth | Shows/hides the top center resize handle of the selector |
| ResizeNorthEast | Shows/hides the top right resize handle of the selector |
| ResizeNorthWest | Shows/hides the top left resize handle of the selector |
| ResizeSouth | Shows/hides the bottom center resize handle of the selector |
| ResizeSouthEast | Shows/hides the bottom right resize handle of the selector |
| ResizeSouthWest | Shows/hides the bottom left resize handle of the selector |
| ResizeWest | Shows/hides the middle left resize handle of the selector |
| Rotate | Shows/hides the rotate handle of the selector |
| ToolTip | Shows/hides the default tooltip of nodes and connectors |
| UserHandle | Shows/hides the user handles of the selector |