Enum AnnotationConstraints
Enables/Disables the annotation constraints ReadOnly - Enables/Disables the ReadOnly Constraints InheritReadOnly - Enables/Disables the InheritReadOnly Constraints Select -Enables/Disable select support for the annotation Drag - Enables/Disable drag support for the annotation Resize - Enables/Disable resize support for the annotation Rotate - Enables/Disable rotate support for the annotation Interaction - Enables annotation to inherit the interaction option None - Disable all annotation constraints
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public enum AnnotationConstraints
Fields
| Name | Description |
|---|---|
| Drag | Enables/Disable drag support for the annotation |
| InheritReadOnly | Enables/Disables the InheritReadOnly Constraints |
| Interaction | Enables annotation to inherit the interaction option |
| None | Disable all annotation Constraints |
| ReadOnly | Enables/Disables the ReadOnly Constraints |
| Resize | Enables/Disable resize support for the annotation |
| Rotate | Enables/Disable rotate support for the annotation |
| Select | Enables/Disable select support for the annotation |
| Tooltip | Enables or disables tool tip for the annotation |