Class 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
Inheritance
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class AnnotationConstraints : Enum
Fields
Drag
Enables/Disable drag support for the annotation
Declaration
public const AnnotationConstraints Drag
Field Value
InheritReadOnly
Enables/Disables the InheritReadOnly Constraints
Declaration
public const AnnotationConstraints InheritReadOnly
Field Value
Interaction
Enables annotation to inherit the interaction option
Declaration
public const AnnotationConstraints Interaction
Field Value
None
Disable all annotation Constraints
Declaration
public const AnnotationConstraints None
Field Value
ReadOnly
Enables/Disables the ReadOnly Constraints
Declaration
public const AnnotationConstraints ReadOnly
Field Value
Resize
Enables/Disable resize support for the annotation
Declaration
public const AnnotationConstraints Resize
Field Value
Rotate
Enables/Disable rotate support for the annotation
Declaration
public const AnnotationConstraints Rotate
Field Value
Select
Enables/Disable select support for the annotation
Declaration
public const AnnotationConstraints Select
Field Value
Tooltip
Enables or disables tool tip for the annotation
Declaration
public const AnnotationConstraints Tooltip