NumberIncrementsAttribute.LargeChange-Eigenschaft

Ruft den Wert für ein großes Inkrement ab.

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

Syntax

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

Eigenschaftswert

Typ: System.Nullable<Double>
Ein double, der ein großes Inkrement darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

NumberIncrementsAttribute Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace