Search
Layer(TColor, TPalette).EnableSelection Property
See Also
 





Gets or sets whether map elements should be selected when the user clicks them.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public bool EnableSelection { get; set; }

Visual Basic  Copy Code

Public Property EnableSelection As Boolean

 Property Value

true to select elements, otherwise false. The default value is true.

 See Also