Share via


AnnotationPositionChangingEventArgs.NewAnchorLocationY Propiedad

Definición

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

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

Valor de propiedad

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

Comentarios

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

Se aplica a