LineStyle

Wisej.Web.LineStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Specifies the border style of a control.

public enum LineStyle : 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

Indicates the LineStyle of the Line control.

Sets the LineStyle property of the specified Line.

Indicates the style of the border.

Last updated

Was this helpful?