LineType
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.50 (5.0.0.0)
Specifies the direction of a SAL line.
- C#
- VB.NET
public enum LineType : Enum
Public Enum LineType As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| DiagonalAscending | Runs diagonally from the lower left to the upper right. | |
| DiagonalDescending | Runs diagonally from the upper left to the lower right. | |
| Horizontal | Runs from left to right. | |
| Vertical | Runs from top to bottom. |
Used By
| Name | Description |
|---|---|
| SalLine.LineType | Gets or sets the horizontal, vertical, or diagonal orientation and refreshes the line. |