Share via


NumberIncrementsAttribute.SmallChange Property

Gets the value for a small increment.

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>

Property Value

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

.NET Framework Security

See Also

Reference

NumberIncrementsAttribute Class

Microsoft.Windows.Design.PropertyEditing Namespace