[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.LineStyle

LineStyle Enum

Specifies the style of the line.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum LineStyle
Public Enum LineStyle

Fields

Name Description
DashDot

Specifies a line consisting of a repeating pattern of dash-dot.

DashDotDot

Specifies a line consisting of a repeating pattern of dash-dot-dot.

Dashed

Specifies a line consisting of dashes.

Dotted

Specifies a line consisting of dots.

Double

Specifies a double line.

Hair

Specifies a line of Dashed style with spaced 50 percent closer together than the Dashed.

Inset

Specifies a line with inset effect.

None

Specifies no line.

Raised

Specifies a line with raised effect.

Single

Specifies a single line.

Thick

Specifies a thick single line.