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


C1.Silverlight Namespace > C1NumericBox Class : MaxHeight Property
Syntax
'Declaration
 
Public Property MaxHeight As System.Double
'Usage
 
Dim instance As C1NumericBox
Dim value As System.Double
 
instance.MaxHeight = value
 
value = instance.MaxHeight
public System.double MaxHeight {get; set;}
See Also

Reference

C1NumericBox Class
C1NumericBox Members