Gets or sets whether map elements should be automatically highlighted when the mouse hovers over them.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public bool EnableHighlight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableHighlight As Boolean |
true to highlight elements, otherwise false. The default value is true.
See Also