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

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