ComponentOne Xamarin.iOS
SelectionTextColor Property (C1Calendar)


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

Reference

C1Calendar Class
C1Calendar Members