Share via


NumberIncrementsAttribute.LargeChange Property

Gets the value for a large increment.

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>

Property Value

Type: System.Nullable<Double>
A double that represents a large increment.

.NET Framework Security

See Also

Reference

NumberIncrementsAttribute Class

Microsoft.Windows.Design.PropertyEditing Namespace