Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / CurrentTimeBrush Property

In This Topic
    CurrentTimeBrush Property
    In This Topic
    Gets or sets a Windows.UI.Xaml.Media.Brush object used to color the current time. This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Brushes")>
    <C1DescriptionAttribute("C1Scheduler.CurrentTimeBrush", "Gets or sets a Brush object used to color the current time.")>
    Public Property CurrentTimeBrush As Brush
    [C1Category("Brushes")]
    [C1Description("C1Scheduler.CurrentTimeBrush", "Gets or sets a Brush object used to color the current time.")]
    public Brush CurrentTimeBrush {get; set;}
    See Also