Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.Calendar Namespace / C1Calendar Class / TextColor Property


In This Topic
    TextColor Property (C1Calendar)
    In This Topic
    Gets or sets the color of the text within the calendar.
    Syntax
    'Declaration
     
    
    Public Property TextColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Xamarin.Forms.Color
     
    instance.TextColor = value
     
    value = instance.TextColor
    public Xamarin.Forms.Color TextColor {get; set;}
    See Also