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


C1.WPF Namespace > C1NumericBox Class : Maximum Property
Gets or sets the maximum value allowed for the C1NumericBox.
Syntax
'Declaration
 
Public Property Maximum As System.Double
'Usage
 
Dim instance As C1NumericBox
Dim value As System.Double
 
instance.Maximum = value
 
value = instance.Maximum
public System.double Maximum {get; set;}
See Also

Reference

C1NumericBox Class
C1NumericBox Members