LayoutInformation.GetLayoutSlot(FrameworkElement) Metodo

Definizione

Restituisce lo slot di layout o la casella di selezione che contiene l'elemento specificato.

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

Parametri

element
FrameworkElement

Elemento per cui restituire lo slot di layout.

Restituisce

Area assegnata all'elemento per il layout.

Si applica a