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.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class AlternateMonthBrushConverter : IValueConverter
Visual Basic
Public Class AlternateMonthBrushConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.Schedule..::..AlternateMonthBrushConverter

See Also