Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / AlternateMonthBrushConverter Class
Members

In This Topic
    AlternateMonthBrushConverter Class
    In This Topic
    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.
    Object Model
    AlternateMonthBrushConverter Class
    Syntax
    'Declaration
     
    
    Public Class AlternateMonthBrushConverter 
       Implements Windows.UI.Xaml.Data.IValueConverter 
    public class AlternateMonthBrushConverter : Windows.UI.Xaml.Data.IValueConverter  
    Inheritance Hierarchy

    System.Object
       C1.Xaml.Schedule.AlternateMonthBrushConverter

    See Also