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

DiagramItemBoundsChangedEventArgs.OldAngle Property

Returns the angle at which the item was previously rotated.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v20.1.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public float OldAngle { get; }

Property Value

Type Description
Single

The previous angle (in degrees).

See Also