ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1Menu Class / SubMenuMaxHeight Property

In This Topic
    SubMenuMaxHeight Property (C1Menu)
    In This Topic
    Gets or sets a value that indicates the MaxHeight of the SubMenu.
    Syntax
    'Declaration
     
    Public Property SubMenuMaxHeight As System.Double
    public System.double SubMenuMaxHeight {get; set;}
    See Also