MapControl.GetNormalizedAnchorPoint(DependencyObject) Méthode
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 la valeur de la propriété jointe XAML MapControl.NormalizedAnchorPoint à partir de l’élément enfant spécifié d’un MapControl. Le point d’ancrage est le point sur l’élément enfant qui est positionné au point sur le MapControl spécifié par la propriété jointe MapControl.Location .
public:
static Point GetNormalizedAnchorPoint(DependencyObject ^ element);
static Point GetNormalizedAnchorPoint(DependencyObject const& element);
public static Point GetNormalizedAnchorPoint(DependencyObject element);
function getNormalizedAnchorPoint(element)
Public Shared Function GetNormalizedAnchorPoint (element As DependencyObject) As Point
Paramètres
- element
- DependencyObject
Élément à partir duquel la valeur de propriété doit être lue.
Retours
Valeur de la propriété jointe XAML MapControl.NormalizedAnchorPoint sur l’élément enfant spécifié d’un MapControl.