This documentation is for the old version. Go to the latest Upload Suite docs

LineStyle Enumeration

Specifies possible values for grid line styles.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Enumeration LineStyle
C#
public enum LineStyle

Members

Member name Description
Dash

Grid is drawn with a dashed line.

DashDot

Grid is drawn with dash-dotted line.

DashDotDot

Grid is drawn with dash-dot-dotted line.

Dot

Grid is drawn with a dotted line.

Invisible

No grid visible.

Solid

Grid is drawn with a solid line.

See Also

Reference