[]
Gets or sets the WeekTitleStyleSelector, use it to change appearance of WeekTitle according to condition. This is a dependency property.
[TypeConverter(typeof(TypeConverter))]
public WeekTitleStyleSelector WeekTitleStyleSelector { get; set; }
<TypeConverter(GetType(TypeConverter))>
Public Property WeekTitleStyleSelector As WeekTitleStyleSelector
WeekTitleStyleSelector is a simple implementation from bass class, to provide simple way to change appearance(some properties) of WeekTitle according to some pre-defined conditions. If this interface can't satisfy user's complex requirement, user is able to use template customization to instead.
The following xaml demonstrates how to change appearance of WeekTitle and CalendarDayButton through WeekTitleStyleSelector and CalendarDayButtonStyleSelector in xaml.