AnnotationPositionChangingEventArgs.NewLocationX 属性

定义

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

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

属性值

Double

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

注解

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

适用于