AnnotationPositionChangingEventArgs.NewSizeHeight Propriedade
Definição
Obtém ou define a nova altura da anotação.Gets or sets the new height of the annotation.
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 da propriedade
Um double valor que representa a nova altura da anotação.A double value that represents the new height of the annotation.
Comentários
Quando os AnnotationPositionChanging AnnotationPositionChanged eventos e forem gerados, use a NewSizeHeight propriedade para determinar a nova altura da anotação.When the AnnotationPositionChanging and AnnotationPositionChanged events are raised, use the NewSizeHeight property to determine the new height of the annotation. Essas informações podem ser usadas quando você redimensiona a anotação.This information can be used when you resize the annotation.