Gets or sets a Brush object used to highlight current date. This is a dependency property.

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

Syntax

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

See Also