ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1DropDownButton Class / DropDownIconStyle Property

In This Topic
    DropDownIconStyle Property (C1DropDownButton)
    In This Topic
    Gets or sets the style of the icon shown in the drop-down button.
    Syntax
    'Declaration
     
    
    Public Property DropDownIconStyle As Style
    public Style DropDownIconStyle {get; set;}
    See Also