ToolBarBorderColor Property
Specifies the border color.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public Color BorderColor { get; set; }
Public Property BorderColor As Color
Get
Set
Property Value
Color
If the control is Docked to the bottom/top of the Form, the border is visible only at the top/bottom of the TabControl.
If the control is Docked to the left/right of the Form, the border is visible only at the right/left of the TabControl.
Otherwise the Border is visible around the TabControl.