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使用して注釈の新しい幅を決定します。 この情報は、注釈のサイズを変更するときに使用できます。

適用対象