AnnotationPositionChangingEventArgs.NewSizeHeight 属性

定义

获取或设置新的批注高度。

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

属性值

一个 double 值,该值表示新的批注高度。

注解

AnnotationPositionChanging引发 和 AnnotationPositionChanged 事件时,使用 NewSizeHeight 属性确定批注的新高度。 调整批注大小时,可以使用此信息。

适用于