Skip to main content
All docs
V25.2
  • StyledShapeBase.RotationAngle Property

    Gets or sets the rotation angle for the shape.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    Declaration

    public float RotationAngle { get; set; }

    Property Value

    Type Description
    Single

    A single-precision floating-point value that specifies the rotation angle in degrees. Positive values rotate the shape clockwise.

    See Also