Gets or sets a Brush object used to display disabled days. This is a dependency property.

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

Syntax

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

Remarks

The default value corresponds to the current value of the GrayTextColor property.

See Also