Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.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
     
    
    <Foundation.ExportAttribute("DayBorderColor")>
    <BrowsableAttribute(True)>
    Public Property DayBorderColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As UIKit.UIColor
     
    instance.DayBorderColor = value
     
    value = instance.DayBorderColor
    [Foundation.Export("DayBorderColor")]
    [Browsable(true)]
    public UIKit.UIColor DayBorderColor {get; set;}
    See Also