Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Calendar Class / MonthWidth Property

In This Topic
    MonthWidth Property
    In This Topic
    Gets or sets a value that determines a width of each month slot of the calendar. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property MonthWidth As Double
    public double MonthWidth {get; set;}
    See Also