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

DirectionMode Enum

Specifies the incline of the Watermark‘s text.

Namespace: DevExpress.XtraPrinting.Drawing

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum DirectionMode

Members

Name Description
Horizontal

Specifies an incline from left to right.

ForwardDiagonal

Specifies an incline from upper right to lower left.

BackwardDiagonal

Specifies an incline from upper left to lower right.

Vertical

Specifies an incline from top to bottom.

Related API Members

The following properties accept/return DirectionMode values:

Remarks

Use the members of this enumeration to set the value of the PageWatermark.TextDirection property of the PageWatermark object.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DirectionMode 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