Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class / TextSize Property


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