NumberIncrementsAttribute.SmallChange-Eigenschaft

Ruft den Wert für ein kleines Inkrement ab.

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

Syntax

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

Eigenschaftswert

Typ: System.Nullable<Double>
Ein double, der ein kleines Inkrement darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

NumberIncrementsAttribute Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace