Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1HeaderedContentControl Class / ActualHeaderForeground Property

In This Topic
    ActualHeaderForeground Property
    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 HeaderForeground property is not set, this property falls back to the System.Windows.Controls.Control.Foreground property value.
    See Also