Enum LabelConstraints
Used to the default behaviors of the label.
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
[Flags]
public enum LabelConstraints
Fields
| Name | Description |
|---|---|
| All | Enables all label constraints |
| Draggable | Used to set the label as draggable |
| None | Used to disable all label Constraints |
| Resizable | Used to set the node as resizable |
| Rotatable | Used to set the node as rotateable |
| Selectable | Used to set the label as selectable |