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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Diagram

Declaration

public float NewAngle { get; }

Property Value

Type Description
Single

The new angle (in degrees).

See Also