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