Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1ColorPicker Class / DropDownDirection Property

In This Topic
    DropDownDirection Property
    In This Topic
    Gets or sets the expand direction of the control drop down.
    Syntax
    'Declaration
     
    Public Property DropDownDirection As C1.Xaml.DropDownDirection
    public C1.Xaml.DropDownDirection DropDownDirection {get; set;}
    See Also