Class AnnotationChangedEventArgs
Represents a struct that provides the data for AnnotationChanged event.
Inheritance
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.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 |
---|
System.Windows.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 |
---|
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 |
---|
ContentEditorMode |
Offset
Gets or sets a value indicating the offset value of the Annotation.
Declaration
public Point Offset { get; }
Property Value
Type |
---|
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 |
---|
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 |
---|
System.Windows.VerticalAlignment |