Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1SplitButton Class / MinDropDownHeight Property

In This Topic
    MinDropDownHeight Property (C1SplitButton)
    In This Topic
    Gets or sets minimum height constraint of the drop-down box.
    Syntax
    'Declaration
     
    
    Public Property MinDropDownHeight As Double
    public double MinDropDownHeight {get; set;}
    See Also