WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1HeaderedContentControl Class / ActualHeaderForeground Property
In This Topic
    ActualHeaderForeground Property
    In This Topic
    Returns the Microsoft.UI.Xaml.Media.Brush object to use as HeaderForeground inside control template.
    Syntax
    public Brush ActualHeaderForeground {get;}
    Remarks
    If HeaderForeground property is not set, this property falls back to the Microsoft.UI.Xaml.Controls.Control.Foreground property value.
    See Also