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 屬性來判斷批註的新高度。 當您調整批註大小時,可以使用這項資訊。

適用於