A newer version of this page is available.
Switch to the current version.
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; }
<XtraSerializableProperty>
<DefaultValue(0)>
Public Property Angle As Integer
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.
Implements
DevExpress.XtraPrinting.Shape.Native.IShapeDrawingInfo.Angle
See Also
Feedback