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

DiagramItemBoundsChangedEventArgs.NewAngle Property

Returns the new angle at which the item is rotated.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v20.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public float NewAngle { get; }

Property Value

Type Description
Single

The new angle (in degrees).

See Also