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

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