Partager via


NumberIncrementsAttribute.DefaultChange, propriété

Obtient la valeur de l'incrément par défaut.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Nullable<Double>
double qui représente l'incrément par défaut.

Sécurité .NET Framework

Voir aussi

Référence

NumberIncrementsAttribute Classe

Microsoft.Windows.Design.PropertyEditing, espace de noms