ComponentOne Xamarin.iOS
Font Property (C1Calendar)


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : Font Property
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

Reference

C1Calendar Class
C1Calendar Members