Sdílet prostřednictvím


NumberIncrementsAttribute – konstruktor (Nullable<Double>, Nullable<Double>, Nullable<Double>)

Inicializuje novou instanci NumberIncrementsAttribute třídy určený přírůstek hodnoty.

Obor názvů:  Microsoft.Windows.Design.PropertyEditing
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

NumberIncrementsAttribute Třída

NumberIncrementsAttribute – přetížení

Microsoft.Windows.Design.PropertyEditing – obor názvů