[]
Represents the PropertyCondition class which use to judge condition through property of button data.
public class PropertyCondition : SelectorCondition
Public Class PropertyCondition
Inherits SelectorCondition
In WeekTitleStyleSelector, the Property should be one of the properties of WeekTitleInfo. In CalendarDayButtonStyleSelector, the Property should be one of the properties of DayInfo.
The following xaml demonstrates how to change appearance of WeekTitle and CalendarDayButton through WeekTitleStyleSelector and CalendarDayButtonStyleSelector in xaml.
Name | Description |
---|---|
PropertyCondition() |
Name | Description |
---|---|
Property | Gets or sets the property that returns the value that is compared with the Value property of the PropertyCondition. |
Value | Gets or sets the value to be compared with the property value of the PropertyCondition target. |