ComponentOne ColorPicker for WPF
C1.WPF.ColorPicker Namespace / C1AdvancedColorPickerPart Class / ActualInputForeground Property

In This Topic
    ActualInputForeground Property
    In This Topic
    Returns the System.Windows.Media.Brush object to use as InputForeground inside control template.
    Syntax
    'Declaration
     
    
    Public Property ActualInputForeground As Brush
    public Brush ActualInputForeground {get; set;}
    Remarks
    If InputForeground property is not set, this property falls back to the System.Windows.Controls.Control.Foreground property value.
    See Also