Skip to main content

CustomHitTestEventArgs.Point Property

Gets the object that represents the position of the test point relative to the item it belongs to.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public PointF Point { get; }

Property Value

Type Description
PointF

A PointF value that is the current test point position relative to the item it belongs to.

See Also