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
Type |
---|
AnnotationConstraints |
InheritReadOnly
Enables/Disables the InheritReadOnly Constraints
Declaration
public const AnnotationConstraints InheritReadOnly
Field Value
Type |
---|
AnnotationConstraints |
Interaction
Enables annotation to inherit the interaction option
Declaration
public const AnnotationConstraints Interaction
Field Value
Type |
---|
AnnotationConstraints |
None
Disable all annotation Constraints
Declaration
public const AnnotationConstraints None
Field Value
Type |
---|
AnnotationConstraints |
ReadOnly
Enables/Disables the ReadOnly Constraints
Declaration
public const AnnotationConstraints ReadOnly
Field Value
Type |
---|
AnnotationConstraints |
Resize
Enables/Disable resize support for the annotation
Declaration
public const AnnotationConstraints Resize
Field Value
Type |
---|
AnnotationConstraints |
Rotate
Enables/Disable rotate support for the annotation
Declaration
public const AnnotationConstraints Rotate
Field Value
Type |
---|
AnnotationConstraints |
Select
Enables/Disable select support for the annotation
Declaration
public const AnnotationConstraints Select
Field Value
Type |
---|
AnnotationConstraints |
Tooltip
Enables or disables tool tip for the annotation
Declaration
public const AnnotationConstraints Tooltip
Field Value
Type |
---|
AnnotationConstraints |