[]
        
(Showing Draft Content)

C1.WPF.Schedule.AlternateMonthBrushConverter

AlternateMonthBrushConverter Class

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.

Inheritance
AlternateMonthBrushConverter
Implements
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public class AlternateMonthBrushConverter : IValueConverter

Constructors

Name Description
AlternateMonthBrushConverter()

Fields

Name Description
Default

Gets an instance of AlternateMonthBrushConverter.

Properties

Name Description
AlternateMonthBrush

Gets or sets a Brush object which should be used for alternate months. The default value is white SolidColorBrush.

Methods

Name Description
Convert(object, Type, object, CultureInfo)
ConvertBack(object, Type, object, CultureInfo)