AnnotationPositionChangingEventArgs.NewSizeWidth 属性

定义

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

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

属性值

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

注解

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

适用于