RangeBase.SmallChange 屬性

定義

public:
 property double SmallChange { double get(); void set(double value); };
double SmallChange();

void SmallChange(double value);
public double SmallChange { get; set; }
var double = rangeBase.smallChange;
rangeBase.smallChange = double;
Public Property SmallChange As Double
<rangeBase SmallChange="double"/>

屬性值

Double

double

要加入或減去RangeBase元素的值。 預設值是 0.1。

備註

Slider 會覆寫此屬性的中繼資料,並將其預設值設定為 1。 如需詳細資訊,請參閱 相依性屬性概觀

適用於