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

DiagramQueryItemsActionEventArgs.HighlightedItemPoint Property

Returns the current coordinates of the cursor.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

public PointFloat? HighlightedItemPoint { get; }

Property Value

Type Description
Nullable<PointFloat>

A PointFloat value that is the current coordinates of the cursor.

Remarks

The DiagramQueryItemsActionEventArgs.HighlightedItem property returns the currently highlighted diagram item.

See Also