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