Skip to main content

CustomHitTestEventArgs.Angle Property

Gets the angle by which the diagram item is rotated around its anchor point relative to the diagram canvas.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public float Angle { get; }

Property Value

Type Description
Single

A Single value specifying an angle in degrees relative to the diagram canvas.

See Also