Gets or sets a Brush object used to underline days of week. This is a dependency property.

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
public Brush DaysOfWeekBorderBrush { get; set; }
Visual Basic
Public Property DaysOfWeekBorderBrush As Brush
	Get
	Set

See Also