ToolBarBorderColor Property

Specifies the border color.

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. 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.

See Also