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


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