Search
DecorationLayerBase(TColor, TPalette).Highlight Method
See Also
 





Layer.Highlight override.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public override bool Highlight (
    MapElement mapElement
)

Visual Basic  Copy Code

Public Overrides Function Highlight( _
    mapElement As MapElement _
) As Boolean

 Parameters

mapElement

The MapElement that should be highlighted.

 Return Value

true if the map view should be redrawn, otherwise false.

 See Also