Skip to main content
A newer version of this page is available. .

PaddingInfo.RotatePaddingCounterclockwise(Int32) Method

Rotates padding values counterclockwise the specified number of times.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

public void RotatePaddingCounterclockwise(
    int numberOfTimes
)

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