AnnotationDragEventArgs

StockSharp.Xaml.Charting

Inherits: EventArgs

Constructors

AnnotationDragEventArgs
public AnnotationDragEventArgs(bool isPrimary, bool isResize)
annotationDragEventArgs = AnnotationDragEventArgs(isPrimary, isResize)

Initializes a new instance of the AnnotationDragEventArgs class.

Properties

IsPrimary
public bool IsPrimary { get; }
value = annotationDragEventArgs.IsPrimary

whether this is related to annotation user is dragging with his mouse. otherwise, this event is for annotation in multiselect group.

IsResize
public bool IsResize { get; }
value = annotationDragEventArgs.IsResize

whether this is adorner resize operation.