[]
AlternateMonthBrushConverter returns background brush for the specified VisualInterval. ConverterParameter property should be set to the base brush value. Returns the base brush for even months; AlternateMonthBrush property value for odd months.
public class AlternateMonthBrushConverter : IValueConverter
Name | Description |
---|---|
AlternateMonthBrushConverter() |
Name | Description |
---|---|
Default | Gets an instance of AlternateMonthBrushConverter. |
Name | Description |
---|---|
AlternateMonthBrush | Gets or sets a Brush object which should be used for alternate months. The default value is white SolidColorBrush. |
Name | Description |
---|---|
Convert(object, Type, object, CultureInfo) | |
ConvertBack(object, Type, object, CultureInfo) |