VisualizationOperator.SelectionVisualizers Property
Gets the visualizers that are applied to features that are selected in a View.
Syntax
public VisualizerCollection SelectionVisualizers { get; }
Property Value
Default: Empty collection.
The visualizers that are applied to selected features.
Remarks
The visualizers in this list are applied to a feature when it is selected. This is typically used to highlight a feature in some way when the user selects it, and/or display additional information about the feature.
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.
Platforms
Windows, Linux, Android