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

In This Topic
    InputForeground Property (C1ColorPicker)
    In This Topic
    Gets or sets the System.Windows.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