Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / C1Calendar Class / TodayFontSize Property


In This Topic
    TodayFontSize Property
    In This Topic
    Gets or sets the font size for the today.
    Syntax
    'Declaration
     
    
    Public Property TodayFontSize As Double
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Double
     
    instance.TodayFontSize = value
     
    value = instance.TodayFontSize
    public double TodayFontSize {get; set;}
    See Also