Skip to main content
A newer version of this page is available. .

LineDirection Enum

Specifies the direction of a line drawn inside an XRLine control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.Printing.v18.1.Core.dll

Declaration

[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum LineDirection

Members

Name Description
Slant

A line is drawn between the bottom-left and upper-right corners of the rectangle occupied by the XRLine control.

BackSlant

A line is drawn between the upper-left and bottom-right corners of the rectangle occupied by the XRLine control.

Horizontal

A line is drawn horizontally.

Vertical

A line is drawn vertically.

Related API Members

The following properties accept/return LineDirection values:

Library Related API Members
Cross-Platform Class Library LineBrick.LineDirection
Reporting XRLine.LineDirection

Remarks

Use this enumeration’s members to set the orientation of a line of an XRLine object. The values of this enumeration are set or returned by the XRLine.LineDirection property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the LineDirection enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also