Gets or sets whether map elements should be selected when the user clicks them.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
C# Copy Code |
---|
public bool EnableSelection { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableSelection As Boolean |
true to select elements, otherwise false. The default value is true.