Share via


NumberIncrementsAttribute.DefaultChange Property

Gets the value for the default increment.

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>

Property Value

Type: System.Nullable<Double>
A double that represents the default increment.

.NET Framework Security

See Also

Reference

NumberIncrementsAttribute Class

Microsoft.Windows.Design.PropertyEditing Namespace