Partager via


LayoutInformation.GetLayoutSlot(FrameworkElement) Méthode

Définition

Retourne l’emplacement de disposition, ou le cadre englobant, qui contient l’élément spécifié.

public:
 static Rect GetLayoutSlot(FrameworkElement ^ element);
 static Rect GetLayoutSlot(FrameworkElement const& element);
public static Rect GetLayoutSlot(FrameworkElement element);
function getLayoutSlot(element)
Public Shared Function GetLayoutSlot (element As FrameworkElement) As Rect

Paramètres

element
FrameworkElement

Élément pour lequel retourner l’emplacement de disposition.

Retours

Zone affectée à l’élément pour la disposition.

S’applique à