Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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