dbicCalendar Send comments on this topic.
BorderColor Property
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : BorderColor Property

Gets or sets the border color around the control.

Syntax

Visual Basic (Declaration) 
Public Property BorderColor As Color
C# 
public Color BorderColor {get; set;}

Property Value

Color

Remarks

This property will only be visible when the BorderType Property is equal to Regular or RoundedEdge.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also