corelibraries-devexpress-dot-xtraprinting-dot-drawing-d46eecd1.md
Specifies the incline of the Watermark‘s text.
Namespace : DevExpress.XtraPrinting.Drawing
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[ResourceFinder(typeof(ResFinder))]
public enum DirectionMode
<ResourceFinder(GetType(ResFinder))>
Public Enum DirectionMode
| 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.
|
The following properties accept/return DirectionMode values:
Use the members of this enumeration to set the value of the PageWatermark.TextDirection property of the PageWatermark object.
See Also