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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.