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

In This Topic
    MonthHeaderFontSize Property (C1Calendar)
    In This Topic
    Gets or sets a System.Double value determining month header font size. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property MonthHeaderFontSize As Double
    public double MonthHeaderFontSize {get; set;}
    See Also