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


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