Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / ColorEditor Class / InputForeground Property

In This Topic
    InputForeground Property (ColorEditor)
    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