Back to Devexpress

DirectionMode Enum

corelibraries-devexpress-dot-xtraprinting-dot-drawing-d46eecd1.md

latest1.7 KB
Original Source

DirectionMode Enum

Specifies the incline of the Watermark‘s text.

Namespace : DevExpress.XtraPrinting.Drawing

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

NuGet Package : DevExpress.Printing.Core

Declaration

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

Members

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

|

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

TextDirection

DevExpress.XtraPrinting.Drawing Namespace