Grid.GetIsSharedSizeScope(UIElement) Método

Definición

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

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 propiedad.

Devoluciones

Boolean

Valor de la propiedad adjunta IsSharedSizeScope .

Se aplica a

Consulte también