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.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public int Angle { get; set; }

Property Value

Type Description
Int32

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