[]
Gets or sets the minimum allowable value when using the spin option.
public decimal MinValue { get; set; }
Public Property MinValue As Decimal
| Type | Description |
|---|---|
| decimal | A decimal value that indicates the minimum allowable value. |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | The value is greater than MaxValue or less than the default value. |