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


In This Topic
    DayBorderColor Property
    In This Topic
    Gets or sets the color used for the border between day slots.
    Syntax
    'Declaration
     
    
    Public Property DayBorderColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Xamarin.Forms.Color
     
    instance.DayBorderColor = value
     
    value = instance.DayBorderColor
    public Xamarin.Forms.Color DayBorderColor {get; set;}
    See Also