Share via


Grid.GetIsSharedSizeScope(UIElement) Metodo

Definizione

Ottiene il valore della proprietà associata IsSharedSizeScope da un oggetto UIElement specificato.

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

Parametri

element
UIElement

Elemento da cui leggere il valore della proprietà.

Restituisce

Boolean

Valore della proprietà associata IsSharedSizeScope .

Si applica a

Vedi anche