Aurigma Image Uploader 6.5 Dual
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 | |
|---|---|---|
| Invisible |
No grid visible. |
|
| Solid |
Grid is drawn with a solid line. |
|
| Dash |
Grid is drawn with a dashed line. |
|
| Dot |
Grid is drawn with a dotted line. |
|
| DashDot |
Grid is drawn with dash-dotted line. |
|
| DashDotDot |
Grid is drawn with dash-dot-dotted line. |