AnnotationPositionChangingEventArgs.NewLocationY 属性

定义

获取或设置新的批注位置 Y 坐标。Gets or sets the new Y coordinate of the annotation location.

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

一个 double 值,该值表示新的批注位置 Y 坐标。A double value that represents the new Y coordinate of the annotation location.

注解

AnnotationPositionChanging AnnotationPositionChanged 引发和事件时, NewLocationY 属性定义批注的 Y 坐标位置。When the AnnotationPositionChanging and AnnotationPositionChanged events are raised, the NewLocationY property defines the Y-coordinate location of the annotation.

适用于