AnnotationPositionChangingEventArgs.NewSizeWidth Propiedad

Definición

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

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

Valor de propiedad

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

Comentarios

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

Se aplica a