ComponentOne Xamarin.Android
AdjacentDayTextColor Property


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

Reference

C1Calendar Class
C1Calendar Members