ComponentOne Basic Library for WPF and Silverlight
SubMenuMaxHeight Property (C1Menu)


C1.WPF Namespace > C1Menu Class : SubMenuMaxHeight Property
Gets or sets a value that indicates the MaxHeight of the SubMenu.
Syntax
'Declaration
 
Public Property SubMenuMaxHeight As System.Double
'Usage
 
Dim instance As C1Menu
Dim value As System.Double
 
instance.SubMenuMaxHeight = value
 
value = instance.SubMenuMaxHeight
public System.double SubMenuMaxHeight {get; set;}
See Also

Reference

C1Menu Class
C1Menu Members