A newer version of this page is available.
Switch to the current version.
LineBrick.HtmlLineDirection Property
Gets or sets the line direction in HTML output.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(HtmlLineDirection.Default)]
public HtmlLineDirection HtmlLineDirection { get; set; }
<XtraSerializableProperty>
<DefaultValue(HtmlLineDirection.Default)>
Public Property HtmlLineDirection As HtmlLineDirection
Property Value
Type | Default | Description |
---|---|---|
HtmlLineDirection | Default |
An HtmlLineDirection enumeration value. |
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
Feedback