Share via


NumberIncrementsAttribute Constructor (Nullable<Double>, Nullable<Double>, Nullable<Double>)

Initializes a new instance of the NumberIncrementsAttribute class with the specified increment values.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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>
)

Parameters

.NET Framework Security

See Also

Reference

NumberIncrementsAttribute Class

NumberIncrementsAttribute Overload

Microsoft.Windows.Design.PropertyEditing Namespace