ComponentOne Xamarin.iOS
TodayFont Property


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

Reference

C1Calendar Class
C1Calendar Members