Skip to main content

ShapeBrick.Angle Property

Gets or sets the angle (in degrees) by which the shape’s image is rotated.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

[DefaultValue(0)]
public int Angle { get; set; }

#Property Value

Type Default Description
Int32 0

An integer value specifying the angle by which the shape’s image is rotated.

#Remarks

The angle returned by this property is measured in degrees, and represents counterclockwise motion.

Note

The ShapeBrick.Stretch property defines whether an image is stretched when rotated.

See Also