ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DropDownButton Class / MinDropDownWidth Property

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