Grid.GetIsSharedSizeScope(UIElement) Método

Definición

Obtiene el valor de la IsSharedSizeScope propiedad adjunta de un determinado UIElement.

public:
 static bool GetIsSharedSizeScope(System::Windows::UIElement ^ element);
public static bool GetIsSharedSizeScope(System.Windows.UIElement element);
static member GetIsSharedSizeScope : System.Windows.UIElement -> bool
Public Shared Function GetIsSharedSizeScope (element As UIElement) As Boolean

Parámetros

element
UIElement

Elemento desde el que se va a leer el valor de la propiedad.

Devoluciones

Valor de la IsSharedSizeScope propiedad adjunta.

Se aplica a

Consulte también