Available for: Windows 8.1

MapShapePointerOverBehavior

Represents a MapBehavior implementation that provides a visual indication when the primary input pointer is over an IMapShape instance. Applicable when MapShapeLayer instances are added to the RadMap.

The MapShapePointerOverBehavior class inherits from the MapBehavior class - See the inherited properties.

Here is an example that demonstrates how to add a MapShapePointerOverBehavior to the RadMap control.

<telerikMap:RadMap>
    <telerikMap:RadMap.Behaviors>
        <telerikMap:MapShapePointerOverBehavior/>
    </telerikMap:RadMap.Behaviors>
</telerikMap:RadMap>

See Also