SelectionTextColor Property (C1Calendar)
In This Topic
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