MinValue Property (GcNumber)
Gets or sets the minimum allowable value when spin the control by field or value.
public decimal MinValue {get; set;}
'Declaration
Public Property MinValue As Decimal
'Usage
Dim instance As GcNumber
Dim value As Decimal
instance.MinValue = value
value = instance.MinValue
Property Value
A
System.Decimal value indicates the minimum allowable value.