LineStyle
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.50 (5.0.0.0)
Specifies the rendering style of a SAL line.
- C#
- VB.NET
public enum LineStyle : Enum
Public Enum LineStyle As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| Etched | Draws an etched line. | |
| Solid | Draws a solid line. |
Used By
| Name | Description |
|---|---|
| SalLine.LineStyle | Gets or sets the solid or etched drawing style and refreshes the line. |