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 坐标位置。

适用于