MapBillboard.NormalizedAnchorPoint Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.