menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationInteractionState - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved