Skip to main content
Version: 4.1

LineStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.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.
LineExtensions.LineStyleSets the LineStyle property of the specified Line.
Border.StyleIndicates the style of the border.