Indicates style of line for text decoration.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public enum LineStyle |
| Visual Basic |
|---|
Public Enumeration LineStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Does not draw line. | |
| Solid | 1 | Solid line. | |
| Double | 2 | Doubled line. | |
| Dashed | 3 | Dashed line. | |
| Dotted | 4 | Line written with many dots. | |
| Waved | 5 | Waved line. |