AnnotationDragEventArgs

StockSharp.Xaml.Charting

继承自: EventArgs

构造函数

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

初始化了 & ##AnnotationDragEventArgs+# 类的新实例 。

属性

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

是否与注释用户正在拖曳鼠标相关。 否则, 此事件将被用于多选择组中的注释 。

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

是否此操作是调色器 。