Specifies possible values for grid line styles.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Enumeration LineStyle
public enum LineStyle
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. |