ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / DaysOfWeekBorderBrush Property

In This Topic
    DaysOfWeekBorderBrush Property
    In This Topic
    Gets or sets a Windows.UI.Xaml.Media.Brush object used to underline days of week. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property DaysOfWeekBorderBrush As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush DaysOfWeekBorderBrush {get; set;}
    See Also