Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / C1Calendar Class / TodayFontAttributes Property


In This Topic
    TodayFontAttributes Property
    In This Topic
    Gets or sets a value indicating whether the today font is bold, italic or neither.
    Syntax
    'Declaration
     
    
    Public Property TodayFontAttributes As Xamarin.Forms.FontAttributes
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Xamarin.Forms.FontAttributes
     
    instance.TodayFontAttributes = value
     
    value = instance.TodayFontAttributes
    public Xamarin.Forms.FontAttributes TodayFontAttributes {get; set;}
    See Also