VisualizationOperator.HoverVisualizers Property
Gets the visualizers that are applied to features that are hovered in a View.
Syntax
public VisualizerCollection HoverVisualizers { get; }
Property Value
Default: Empty collection.
The visualizers that are applied to hovered features.
Remarks
The visualizers in this list are applied to a feature when it is hovered, i.e. when the identity of the feature matches that of the View.Hover property . The layer processing the feature must also be selectable.
This is typically used to highlight a feature in some way when the user holds the mouse cursor on the feature. These visualizers may show additional information to the user, and/or indicate to the user that the feature may be selected by clicking on it.
If the feature is already selected, the hover visualization will not be shown.
Usually the normal visualization will also be shown. But if AlwaysApplyVisualizers is False, the normal visualization will be hidden when the feature is hovered or selected.
If you set AlwaysApplyVisualizers to False and have hover visualizers make sure to also have selection visualizers, otherwise the feature will not be visible if it is selected.
Platforms
Windows, Linux, Android