Skip to main content

LineBrick.HtmlLineDirection Property

Gets or sets the line direction in HTML output.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(HtmlLineDirection.Default)]
public HtmlLineDirection HtmlLineDirection { get; set; }

Property Value

Type Default Description
HtmlLineDirection Default

An HtmlLineDirection enumeration value.

Available values:

Name Description
Default

Specifies the default line direction when exported into HTML.

Vertical

Specifies the vertical line in HTML export.

Horizontal

Specifies the horizontal line in HTML export.

Remarks

Since the HTML standard allows only vertical and horizontal lines, it is necessary to know how an arbitrary line should be exported. The HtmlLineDirection property provides this information.

See Also