LineStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the border style of a control.
- C#
- VB.NET
public enum LineStyle : Enum
Public Enum LineStyle As [Enum]
Fields
| Name | Description |
|---|---|
| Dashed | A dashed line. |
| Dotted | A dotted line. |
| Double | A double solid line. |
| None | No line. |
| Solid | A solid line. |
Used By
| Name | Description |
|---|---|
| Line.LineStyle | Indicates the LineStyle of the Line control. |
| Border.Style | Indicates the style of the border. |