ComponentOne Xamarin.iOS
TextColor Property (C1Calendar)


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

Reference

C1Calendar Class
C1Calendar Members