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


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