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

ShapeBrick.Angle Property

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

Namespace: DevExpress.XtraPrinting

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

Declaration

[XtraSerializableProperty]
[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