Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / ActualControlForeground Property

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