PaddingInfo.RotatePaddingCounterclockwise(Int32) Method
Rotates padding values counterclockwise the specified number of times.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
numberOfTimes | Int32 | An integer value which specifies the number of times for padding values to rotate. |
Remarks
Use the RotatePaddingCounterclockwise method to swap padding values counterclockwise. For instance, if the numberOfTimes value is set to 1, then the PaddingInfo.Left
padding value will be set to PaddingInfo.Bottom
, PaddingInfo.Bottom
to PaddingInfo.Right
, PaddingInfo.Right
to PaddingInfo.Top
, and PaddingInfo.Top
to PaddingInfo.Left
.
See Also