menu

UWP

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

    Show / Hide Table of Contents

    Class AnnotationChangedEventArgs

    Represents a struct that provides the data for AnnotationChanged event.

    Inheritance
    System.Object
    AnnotationChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class AnnotationChangedEventArgs : ValueType

    Properties

    AnnotationInteractionState

    Gets or sets a value to know that which action is performing on annotation.

    Declaration
    public AnnotationInteractionState AnnotationInteractionState { get; }
    Property Value
    Type
    AnnotationInteractionState

    DragState

    Gets or sets drag state argument value for annotation changed event.

    Declaration
    public DragState DragState { get; }
    Property Value
    Type
    DragState

    HorizontalAlignment

    Gets or sets a value indicating the horizontal alignmnet value of the Annotation.

    Declaration
    public HorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.HorizontalAlignment

    Item

    Gets or sets a value indicating the item value of the Annotation.

    Declaration
    public object Item { get; }
    Property Value
    Type
    System.Object

    Length

    Gets or sets a value indicating the length value of the Annotation.

    Declaration
    public double Length { get; }
    Property Value
    Type
    System.Double

    Margin

    Gets or sets a value indicating the margin value of the Annotation.

    Declaration
    public Thickness Margin { get; }
    Property Value
    Type
    Windows.UI.Xaml.Thickness

    Mode

    Gets or sets a value indicating the editing mode value of the Annotation.

    Declaration
    public ContentEditorMode Mode { get; set; }
    Property Value
    Type
    ContentEditorMode

    Offset

    Gets or sets a value indicating the offset value of the Annotation.

    Declaration
    public Point Offset { get; }
    Property Value
    Type
    Windows.Foundation.Point

    OriginalSource

    Gets or sets a value indicating the actual source value of the Annotation.

    Declaration
    public object OriginalSource { get; }
    Property Value
    Type
    System.Object

    RotateAngle

    Gets or sets a value indicating the rotation angle value of the Annotation.

    Declaration
    public double RotateAngle { get; }
    Property Value
    Type
    System.Double

    VerticalAlignment

    Gets or sets a value indicating the vertical alignmnet value of the Annotation.

    Declaration
    public VerticalAlignment VerticalAlignment { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.VerticalAlignment

    Extension Methods

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