LineDirection
Enum
Represents the direction of a line in a shape.
Definition
Namespace:Telerik.Reporting.Drawing.Shapes
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum LineDirection
Fields
Horizontal line
C#
EW = 1
Top-Left - Bottom-Right line
C#
NESW = 3
Vertical line
C#
NS = 0
Top-Right - Bottom-Left line
C#
NWSE = 2