Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / PrepareDropDownEventArgs Class / DropDownWidth Property

In This Topic
    DropDownWidth Property (PrepareDropDownEventArgs)
    In This Topic
    Width of the DropDown, modify to set a custom size, set double.NaN to use default.
    Syntax
    'Declaration
     
    
    Public Property DropDownWidth As Double
    public double DropDownWidth {get; set;}
    See Also