通过


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该属性来确定批注的新高度。 调整批注大小时,可以使用此信息。

适用于