Share via


AnnotationPositionChangingEventArgs.NewAnchorLocationX Propiedad

Definición

Obtiene o establece la nueva ubicación X del punto de anclaje de la anotación.

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

Valor de propiedad

Valor double que representa la nueva ubicación X del punto de anclaje de la anotación.

Comentarios

Cuando se generan los AnnotationPositionChanging eventos y AnnotationPositionChanging , la NewAnchorLocationX propiedad determina la nueva coordenada X de la anotación. Esta información es útil cuando la anotación se ancla recientemente a un punto de datos.

Se aplica a