ScrollEventArgs.NewValue 屬性

定義

取得一個代表 ThumbScrollBar 中新位置的值。

public:
 property double NewValue { double get(); };
public double NewValue { get; }
member this.NewValue : double
Public ReadOnly Property NewValue As Double

屬性值

對應於 ThumbScrollBar 之新位置的值。

備註

新值會對應至 Value 針對 ScrollBar 所實作之控制項的 屬性值 Track

適用於

另請參閱