MindFusion.Mapping Programmer's Guide

Layer(TColor, TPalette).EnableHighlight Property

See Also
 






Gets or sets whether map elements should be automatically highlighted when the mouse hovers over them.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public bool EnableHighlight { get; set; }

Visual Basic  Copy Code

Public Property EnableHighlight As Boolean

 Property Value

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

 See Also