StatusBarPanelBorderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Specifies the appearance of the border for a StatusBarPanel on a StatusBar control.
- C#
- VB.NET
public enum StatusBarPanelBorderStyle : Enum
Public Enum StatusBarPanelBorderStyle As [Enum]
Fields
| Name | Description |
|---|---|
| Dashed | A dashed line border. |
| Dotted | A dotted line border. |
| Double | A double solid line border. |
| None | No border. |
| Solid | A solid line border. |
Used By
| Name | Description |
|---|---|
| StatusBarPanel.BorderStyle | Returns or sets the border style of the status bar panel. |