DiagramQueryItemsActionEventArgs.HighlightedItemPoint Property
Returns the current coordinates of the cursor.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v25.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
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