MapControl.GetNormalizedAnchorPoint(DependencyObject) Méthode

Définition

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.

S’applique à

Voir aussi