WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct AnnotationChangedEventArgs - WPF API Reference | Syncfusion AnnotationChanged event. ">

    Show / Hide Table of Contents

    Struct AnnotationChangedEventArgs

    Represents a struct that provides the data for AnnotationChanged event.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public struct AnnotationChangedEventArgs

    Properties

    AnnotationInteractionState

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

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

    DragState

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

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

    HorizontalAlignment

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

    Declaration
    public HorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.HorizontalAlignment

    Item

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

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

    Length

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

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

    Margin

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

    Declaration
    public Thickness Margin { get; }
    Property Value
    Type Description
    System.Windows.Thickness

    Mode

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

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

    Offset

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

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

    OriginalSource

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

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

    RotateAngle

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

    Declaration
    public double RotateAngle { get; }
    Property Value
    Type Description
    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 Description
    System.Windows.VerticalAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved