ComponentOne Xamarin.iOS
TodayTextColor Property


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : TodayTextColor Property
Gets or sets the color for the text of the today day slot.
Syntax
'Declaration
 
<Foundation.ExportAttribute("TodayTextColor")>
<BrowsableAttribute(True)>
Public Property TodayTextColor As UIKit.UIColor
'Usage
 
Dim instance As C1Calendar
Dim value As UIKit.UIColor
 
instance.TodayTextColor = value
 
value = instance.TodayTextColor
[Foundation.Export("TodayTextColor")]
[Browsable(true)]
public UIKit.UIColor TodayTextColor {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members