Proprietà NumberIncrementsAttribute.DefaultChange

Ottiene il valore per l'incremento predefinito.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DefaultChange As Nullable(Of Double)
    Get
public Nullable<double> DefaultChange { get; }
public:
property Nullable<double> DefaultChange {
    Nullable<double> get ();
}
member DefaultChange : Nullable<float>
function get DefaultChange () : Nullable<double>

Valore proprietà

Tipo: System.Nullable<Double>
Valore double che rappresenta l'incremento predefinito.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

NumberIncrementsAttribute Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing