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.Xpf.Diagram

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public double NewAngle { get; }

Property Value

Type Description
Double

The new angle (in degrees).

See Also