[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.Imaging.ImageLineStyle

ImageLineStyle Enum

Used in conjunction with ImageInfo.LineStyle to specify the style of the border line of an image.

Namespace: GrapeCity.SpreadBuilder.Imaging
Assembly: MESCIUS.ActiveReports.SpreadBuilder.dll
Syntax
public enum ImageLineStyle : byte

Fields

Name Description
DarkGray

A solid line in dark gray.

Dash

A line consisting of dashes.

DashDot

A line consisting of a pattern of dash followed by a dot.

DashDotDot

A line consisting of a pattern of dash followed by two dots.

Dot

A line consisting of dots.

LightGray

A solid line in light gray.

MediumGray

A solid line in medium gray.

Null

No line. Used to specify that no border should be drawn.

Solid

A solid line without breaks.