.NET Framework Class Library
DashStyle Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace > DashStyle Enumeration |
Specifies the line dash style.
Namespace: Gnostice.Core.Graphics
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration DashStyle |
C# |
public enum DashStyle |
Visual C++ |
public enum class DashStyle |
Member name |
Value |
Description |
|
Solid |
0 |
||
Dash |
1 |
||
Dot |
2 |
||
DashDot |
3 |
||
DashDotDot |
4 |
||
Custom |
5 |