Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Calendar Class / MonthHeight Property

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