Skip to main content
Version: 3.5

LineStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the border style of a control.

public enum LineStyle : Enum

Fields

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

Used By

NameDescription
Line.LineStyleIndicates the LineStyle of the Line control.
Border.StyleIndicates the style of the border.