Enum SelectorConstraints
Used to Control the visibility of selector.
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
[Flags]
public enum SelectorConstraints
Fields
Name | Description |
---|---|
All | Sets the visibility of Resize handles |
AutoHideThumbs | Sets the visibility of all selection handles as visible |
DragOnEmptySpace | enables the dragging the multiple selection with empty space. |
None | Hides the selector |
Resizer | Sets the visibility of resize handles as visible |
Rotator | Sets the visibility of rotation handle as visible |
Tooltip | enables the tool tip for the selected object |
UserHandles | Sets the visibility of user handles as visible |