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

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