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


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

Reference

C1RadialNumericItem Class
C1RadialNumericItem Members