Skip to main content

LineType

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.50 (5.0.0.0)

Specifies the direction of a SAL line.

public enum LineType : Enum

Fields

NameDescriptionValue
DiagonalAscendingRuns diagonally from the lower left to the upper right.
DiagonalDescendingRuns diagonally from the upper left to the lower right.
HorizontalRuns from left to right.
VerticalRuns from top to bottom.

Used By

NameDescription
SalLine.LineTypeGets or sets the horizontal, vertical, or diagonal orientation and refreshes the line.