Compartilhar via


Grid.GetIsSharedSizeScope(UIElement) Método

Definição

Obtém o valor da propriedade anexada IsSharedSizeScope de uma UIElement fornecida.

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 o valor da propriedade é lido.

Retornos

Boolean

O valor da propriedade anexada IsSharedSizeScope.

Aplica-se a

Confira também