MapIcon.CollisionBehaviorDesired Property

Definition

Gets or sets the behavior of a MapIcon when it collides with other map features due to zoom level.

public:
 property MapElementCollisionBehavior CollisionBehaviorDesired { MapElementCollisionBehavior get(); void set(MapElementCollisionBehavior value); };
MapElementCollisionBehavior CollisionBehaviorDesired();

void CollisionBehaviorDesired(MapElementCollisionBehavior value);
public MapElementCollisionBehavior CollisionBehaviorDesired { get; set; }
var mapElementCollisionBehavior = mapIcon.collisionBehaviorDesired;
mapIcon.collisionBehaviorDesired = mapElementCollisionBehavior;
Public Property CollisionBehaviorDesired As MapElementCollisionBehavior

Property Value

The behavior of a MapIcon when it collides with other map features due to zoom level.

Applies to