Skip to main content

DiagramItemBoundsChangedEventArgs.NewAngle Property

Returns the new angle at which the item is rotated.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public float NewAngle { get; }

Property Value

Type Description
Single

The new angle (in degrees).

See Also