Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.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
     
    
    Public Property TodayTextColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Xamarin.Forms.Color
     
    instance.TodayTextColor = value
     
    value = instance.TodayTextColor
    public Xamarin.Forms.Color TodayTextColor {get; set;}
    See Also