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

In This Topic
    InputForeground Property (C1AdvancedColorPickerPart)
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush applied to the text inside an input control when this text is not selected.
    Syntax
    'Declaration
     
    Public Property InputForeground As Brush
    public Brush InputForeground {get; set;}
    See Also