ComponentOne Xamarin.iOS
AdjacentDayTextColor Property


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

Reference

C1Calendar Class
C1Calendar Members