ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / ActualHeaderForeground Property

In This Topic
    ActualHeaderForeground Property (C1DockTabControl)
    In This Topic
    Returns the System.Windows.Media.Brush object to use as HeaderForeground inside control template.
    Syntax
    'Declaration
     
    Public Property ActualHeaderForeground As Brush
    public Brush ActualHeaderForeground {get; set;}
    Remarks

    This property is for internal use. Any custom property value will be overriden by the HeaderForeground property value.

    If the HeaderForeground property is not set, this property falls back to the System.Windows.Controls.Control.Foreground property value.

    See Also