Grid.GetIsSharedSizeScope(UIElement) Methode

Definition

Ruft den Wert der IsSharedSizeScope angefügten Eigenschaft aus einem bestimmten UIElementObjekt 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

Der Wert der IsSharedSizeScope angefügten Eigenschaft.

Gilt für:

Weitere Informationen