DirectionMode Enum
Specifies the incline of the Watermark‘s text.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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