Idioma

Grid.GetIsSharedSizeScope(UIElement) Método

Definição

Obtém o valor da IsSharedSizeScope propriedade anexada de um 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

O elemento do qual ler o valor da propriedade.

Retornos

O valor da IsSharedSizeScope propriedade anexada.

Aplica-se a

Confira também