Skip to main content
All docs
V26.1
  • BarcodeOptions.RotationAngle Property

    Gets or sets the number of degrees the bar code is rotated around the z-axis.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public float RotationAngle { get; set; }

    Property Value

    Type Description
    Single

    The number of degrees.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to RotationAngle
    BarcodeGenerator
    .Options .RotationAngle

    Remarks

    A positive value indicates clockwise rotation, a negative value indicates counterclockwise rotation.

    See Also