PresentationObject.HasHoverVisualization Property
Gets a value that indicates if the visualized feature also has hover visualization.
Syntax
public System.Boolean HasHoverVisualization { get; }
Property Value
True if the visualized feature may have hover visualization, False otherwise.
Remarks
This property can be helpful when implementing mouse hover functionality in a tool, like in the StandardTool. When a feature is hovered, and the tool updates the View.Hover property, it can use this property to determine if the map needs to be updated; if the feature doesn't have hover visualization, there is no point redrawing the map.
Platforms
Windows, Linux, Android