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

DiagramQueryItemsActionEventArgs.HighlightedItemPoint Property

Returns the current coordinates of the cursor.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.1.dll

Declaration

public Point? HighlightedItemPoint { get; }

Property Value

Type Description
Nullable<Point>

A System.Windows.Point value that is the current coordinates of the cursor.

Remarks

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

See Also