Skip to main content
Version: 3.5

StatusBarPanelBorderStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the appearance of the border for a StatusBarPanel on a StatusBar control.

public enum StatusBarPanelBorderStyle : Enum

Fields

NameDescription
DashedA dashed line border.
DottedA dotted line border.
DoubleA double solid line border.
NoneNo border.
SolidA solid line border.

Used By

NameDescription
StatusBarPanel.BorderStyleReturns or sets the border style of the status bar panel.