共用方式為


NumberIncrementsAttribute 建構函式 (Nullable<Double>, Nullable<Double>, Nullable<Double>)

使用指定的遞增值,初始化 NumberIncrementsAttribute 類別的新執行個體。

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Sub New ( _
    smallChange As Nullable(Of Double), _
    defaultChange As Nullable(Of Double), _
    largeChange As Nullable(Of Double) _
)
public NumberIncrementsAttribute(
    Nullable<double> smallChange,
    Nullable<double> defaultChange,
    Nullable<double> largeChange
)
public:
NumberIncrementsAttribute(
    Nullable<double> smallChange, 
    Nullable<double> defaultChange, 
    Nullable<double> largeChange
)
new : 
        smallChange:Nullable<float> * 
        defaultChange:Nullable<float> * 
        largeChange:Nullable<float> -> NumberIncrementsAttribute
public function NumberIncrementsAttribute(
    smallChange : Nullable<double>, 
    defaultChange : Nullable<double>, 
    largeChange : Nullable<double>
)

參數

.NET Framework 安全性

請參閱

參考

NumberIncrementsAttribute 類別

NumberIncrementsAttribute 多載

Microsoft.Windows.Design.PropertyEditing 命名空間