Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / TodayFont Property


In This Topic
    TodayFont Property
    In This Topic
    Gets or sets the today font.
    Syntax
    'Declaration
     
    
    Public Property TodayFont As UIKit.UIFont
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As UIKit.UIFont
     
    instance.TodayFont = value
     
    value = instance.TodayFont
    public UIKit.UIFont TodayFont {get; set;}
    See Also