NumberIncrementsAttribute.DefaultChange-Eigenschaft

Ruft den Wert für das Standardinkrement ab.

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

Syntax

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

Eigenschaftswert

Typ: System.Nullable<Double>
Ein double, der das Standardinkrement darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

NumberIncrementsAttribute Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace