Compartilhar via


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

Inicializa uma nova instância de NumberIncrementsAttribute classe com valores de incremento especificado.

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

Sintaxe

'Declaração
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>
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

NumberIncrementsAttribute Classe

Sobrecargas NumberIncrementsAttribute

Namespace Microsoft.Windows.Design.PropertyEditing