DiagramQueryItemsActionEventArgs.HighlightedItemPoint Property
Returns the current coordinates of the cursor.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
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