Class AnnotationInteractionState
Specifies the state of the IAnnotation when it is interacting.
Inheritance
System.Object
AnnotationInteractionState
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public sealed class AnnotationInteractionState : Enum
Fields
Dragged
Specifies the dragged state of the annotation.
Declaration
public const AnnotationInteractionState Dragged
Field Value
Dragging
Specifies the dragging state of the annotation.
Declaration
public const AnnotationInteractionState Dragging
Field Value
Edited
Specifies the edited state of the annotation.
Declaration
public const AnnotationInteractionState Edited
Field Value
Editing
Specifies the editing state of the annotation.
Declaration
public const AnnotationInteractionState Editing
Field Value
None
disables all the behavior for annotation.
Declaration
public const AnnotationInteractionState None
Field Value
Resized
Specifies the resized state of the annotation.
Declaration
public const AnnotationInteractionState Resized
Field Value
Resizing
Specifies the resizing state of the annotation.
Declaration
public const AnnotationInteractionState Resizing
Field Value
Rotated
Specifies the rotated state of the annotation.
Declaration
public const AnnotationInteractionState Rotated
Field Value
Rotating
Specifies the rotating state of the annotation.
Declaration
public const AnnotationInteractionState Rotating