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


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