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
- 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.