[]
Declares the style of the weekdays.
[TypeConverter(typeof(WeekdaysStyleConverter))]
public class WeekdaysStyle : ICloneable
<TypeConverter(GetType(WeekdaysStyleConverter))>
Public Class WeekdaysStyle
Implements ICloneable
Name | Description |
---|---|
WeekdaysStyle() | Creates an instance of the WeekdaysStyle. |
WeekdaysStyle(DayOfWeekStyle, DayOfWeekStyle, DayOfWeekStyle, DayOfWeekStyle, DayOfWeekStyle, DayOfWeekStyle, DayOfWeekStyle) | Initializes a new instance of the Weekdays class. |
Name | Description |
---|---|
Friday | Gets or sets the style for Friday. |
this[DayOfWeek] | Gets the DayOfWeekStyle according to the specified index. |
Monday | Gets or sets the style for Monday. |
Saturday | Gets or sets the style for Saturday. |
Sunday | Gets or sets the style for Sunday. |
Thursday | Gets or sets the style for Thursday. |
Tuesday | Gets or sets the style for Tuesday. |
Wednesday | Gets or sets the style for Wednesday. |
Name | Description |
---|---|
Clone() | Creates an exact copy of this WeekdaysStyle object. |
DayOfWeekStylePropertySubStylePropertyChanged(object, PropertyChangedEventArgs) | Handles the SubStylePropertyChanged event of the DayOfWeekStyle object. |
Dispose() | Releases the resources used by the WeekdaysStyle. |
OnDayOfWeekStylePropertyChanged(PropertyChangedEventArgs) | Called when any property of the DayOfWeekStyle object is changed. |
OnDayOfWeekStylePropertyChanged(object, PropertyChangedEventArgs) | Handles the PropertyChanged event from the DayOfWeekStyle object. |
OnDayOfWeekStyleSubStylePropertyChanged(PropertyChangedEventArgs) | Called when the SubStyle property is changed. |
OnPropertyChanged(PropertyChangedEventArgs) | Called when any property of the WeekdaysStyle changed. |