Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / TodayTextColor Property


In This Topic
    TodayTextColor Property
    In This Topic
    Gets or sets the color for the text of the today day slot.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("TodayTextColor")>
    <BrowsableAttribute(True)>
    Public Property TodayTextColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As UIKit.UIColor
     
    instance.TodayTextColor = value
     
    value = instance.TodayTextColor
    [Foundation.Export("TodayTextColor")]
    [Browsable(true)]
    public UIKit.UIColor TodayTextColor {get; set;}
    See Also