Share via


AnnotationPositionChangingEventArgs.NewSizeHeight Propiedad

Definición

Obtiene o establece el nuevo alto de la anotación.

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

Valor de propiedad

Valor double que representa el nuevo alto de la anotación.

Comentarios

Cuando se generen los AnnotationPositionChanging eventos y AnnotationPositionChanged , use la NewSizeHeight propiedad para determinar el nuevo alto de la anotación. Esta información se puede usar al cambiar el tamaño de la anotación.

Se aplica a