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

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

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