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


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