通过


AnnotationPositionChangingEventArgs.NewLocationY 属性

定义

获取或设置批注位置的新 Y 坐标。

public:
 property double NewLocationY { double get(); void set(double value); };
public double NewLocationY { get; set; }
member this.NewLocationY : double with get, set
Public Property NewLocationY As Double

属性值

一个 double 值,表示批注位置的新 Y 坐标。

注解

AnnotationPositionChanging引发和AnnotationPositionChanged事件时,该NewLocationY属性定义批注的 Y 坐标位置。

适用于