Partage via


MapBillboard.NormalizedAnchorPoint Propriété

Définition

Obtient ou définit le point d’ancrage du MapBillboard. Le point d’ancrage est le point sur le MapBillboard qui est positionné au point sur le MapControl spécifié par la propriété Location .

public:
 property Point NormalizedAnchorPoint { Point get(); void set(Point value); };
Point NormalizedAnchorPoint();

void NormalizedAnchorPoint(Point value);
public Point NormalizedAnchorPoint { get; set; }
var point = mapBillboard.normalizedAnchorPoint;
mapBillboard.normalizedAnchorPoint = point;
Public Property NormalizedAnchorPoint As Point

Valeur de propriété

Point d’ancrage du MapBillboard.

Remarques

Valeur par défaut de (0,5, 1), qui représente le centre inférieur de l’image.

S’applique à