VisualizationOperator.AlwaysApplyVisualizers Property
Gets or sets a value that determines whether the normal visualizers are always applied.
Syntax
public System.Boolean AlwaysApplyVisualizers { get; set; }
Property Value
Default: true
True if the normal visualizers are always applied; otherwise False.
Remarks
This property can be set to False if you want to hide the normal (unselected) visualization when a feature is selected or hovered over.
The default behavior is to always apply the normal visualization.
This property must be set to True if you have selectable point visualization that is organized by a LabelOrganizingLayer because the position of a selected label is taken from the position of the non-selected label.
Platforms
Windows, Linux, Android