Skip to main content

DiagramItemBoundsChangedEventArgs.NewAngle Property

Returns the new angle at which the item is rotated.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public double NewAngle { get; }

Property Value

Type Description
Double

The new angle (in degrees).

See Also