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


In This Topic
    DayOfWeekTextColor Property
    In This Topic
    Gets or sets the color of the text displayed in the day of week slots.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("DayOfWeekTextColor")>
    <BrowsableAttribute(True)>
    Public Property DayOfWeekTextColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As UIKit.UIColor
     
    instance.DayOfWeekTextColor = value
     
    value = instance.DayOfWeekTextColor
    [Foundation.Export("DayOfWeekTextColor")]
    [Browsable(true)]
    public UIKit.UIColor DayOfWeekTextColor {get; set;}
    See Also