Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1AdvancedColorPickerPart Class / InputBackground Property

In This Topic
    InputBackground Property (C1AdvancedColorPickerPart)
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush that fills the background of the input control.
    Syntax
    'Declaration
     
    Public Property InputBackground As Brush
    public Brush InputBackground {get; set;}
    See Also