Back to Devexpress

LineDirection Enum

corelibraries-devexpress-dot-xtrareports-dot-ui-cd1f71bc.md

latest2.0 KB
Original Source

LineDirection Enum

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum LineDirection
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum LineDirection

Members

NameDescription
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.

|

The following properties accept/return LineDirection values:

LibraryRelated API Members
Cross-Platform Class LibraryLineBrick.LineDirection
.NET Reporting ToolsXRLine.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.

See Also

DevExpress.XtraReports.UI Namespace