dbicTabs Send comments on this topic.
BorderColorTo Property
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > dbiTabs Class : BorderColorTo Property

Gets or sets the secondary border color of the control.

Syntax

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

Property Value

Color

Remarks

This property is only valid if the TabStrip Property is set to True and the StripType Property is set to Double

Requirements

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

See Also