ComponentOne Xamarin.iOS
DayOfWeekTextColor Property


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

Reference

C1Calendar Class
C1Calendar Members