Enum AnnotationInteractionState
Specifies the state of the IAnnotation when it is interacting.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum AnnotationInteractionState
Fields
| Name | Description |
|---|---|
| Dragged | Specifies the dragged state of the annotation. |
| Dragging | Specifies the dragging state of the annotation. |
| Edited | Specifies the edited state of the annotation. |
| Editing | Specifies the editing state of the annotation. |
| None | disables all the behavior for annotation. |
| Resized | Specifies the resized state of the annotation. |
| Resizing | Specifies the resizing state of the annotation. |
| Rotated | Specifies the rotated state of the annotation. |
| Rotating | Specifies the rotating state of the annotation. |