Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / AllDayAreaHeight Property

In This Topic
    AllDayAreaHeight Property (C1Scheduler)
    In This Topic
    Determines the height of All-Day area in a Day View. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property AllDayAreaHeight As Double
    public double AllDayAreaHeight {get; set;}
    See Also