TabControlBorderColor Property

Specifies the border color for TabBar.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public Color BorderColor { get; set; }

Property Value

Color

Remarks

If the control is Docked to the bottom/top of the Form, the border is visible only at the top/bottom of the TabControl.

See Also