Grid.GetIsSharedSizeScope(UIElement) Methode

Definition

Ruft den Wert der angefügten IsSharedSizeScope-Eigenschaft aus einem angegebenen UIElement ab.

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

Parameter

element
UIElement

Das Element, aus dem der Eigenschaftswert gelesen werden soll.

Gibt zurück

Boolean

Der Wert der angefügten IsSharedSizeScope -Eigenschaft.

Gilt für

Siehe auch