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





Layer.Toggle override.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public override bool Toggle (
    MapElement mapElement
)

Visual Basic  Copy Code

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

 Parameters

mapElement

The MapElement whose selection state should be toggled.

 Return Value

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

 See Also