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
思った者が操作をサイズ変更するかどうか。