ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / C1ColorPicker Class / PopupStyle Property

In This Topic
    PopupStyle Property (C1ColorPicker)
    In This Topic
    Gets or sets the System.Windows.Style applied to the popup.
    Syntax
    'Declaration
     
    
    Public Property PopupStyle As Style
    public Style PopupStyle {get; set;}
    Remarks
    If PopupStyle defines foreground property, it is used as a fallback value for the InputForeground property. Foreground fallback order for input controls in drop-down part: Foreground fallback order for other text in the drop-down part:
    See Also