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


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