ComponentOne Xamarin.Android
TextColor Property (C1Calendar)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > C1Calendar Class : TextColor Property
Gets or sets the color of the text within the calendar.
Syntax
'Declaration
 
Public Property TextColor As Nullable(Of Color)
'Usage
 
Dim instance As C1Calendar
Dim value As Nullable(Of Color)
 
instance.TextColor = value
 
value = instance.TextColor
public Nullable<Color> TextColor {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members