ComponentOne Basic Library for WPF and Silverlight
Minimum Property (C1RadialNumericItem)


C1.Silverlight Namespace > C1RadialNumericItem Class : Minimum Property
Minimum value for the C1RadialNumericItem.
Syntax
'Declaration
 
Public Property Minimum As System.Double
'Usage
 
Dim instance As C1RadialNumericItem
Dim value As System.Double
 
instance.Minimum = value
 
value = instance.Minimum
public System.double Minimum {get; set;}
Remarks
If it is not set, control will use the minimum value from the Items collection.
See Also

Reference

C1RadialNumericItem Class
C1RadialNumericItem Members