MapBillboard.CollisionBehaviorDesired Property

Definition

Gets or sets the behavior of a MapBillboard 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 = mapBillboard.collisionBehaviorDesired;
mapBillboard.collisionBehaviorDesired = mapElementCollisionBehavior;
Public Property CollisionBehaviorDesired As MapElementCollisionBehavior

Property Value

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

Applies to