Skip to main content

DirectionMode Enum

Specifies the incline of the Watermark‘s text.

Namespace: DevExpress.XtraPrinting.Drawing

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

NuGet Package: DevExpress.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.

See Also