View.HoverPlot Property
Gets or sets the identity of the currently hovered plot.
Syntax
public PlotId HoverPlot { get; set; }
Property Value
Default: 0,0,0
The identity of the currently hovered plot, or [0, 0, 0] if no plot is hovered.
Remarks
Just like the view keeps a list of identities of selected features and plots, it also keeps a single identity of a "hovered" feature and a "hovered" plot, meaning the feature or plot currently under the mouse cursor. The StandardTool and StandardTool3D will automatically track the mouse cursor, and when it passes a selectable feature or plot on the map display, the tools will set this and the Hover property and the on the view to the identity of that feature or plot.
The idea is that you can then change the visualization of the feature or plot when it is hovered, to highlight it in some way. To do this for a hovered plot, you should specify the PlotLayer.HoveredPlotSymbol of the layer plot belongs to.
To clear this property, set it to a default constructed PlotId instance.
Platforms
Windows, Linux, Android