Grid.SetIsSharedSizeScope(UIElement, Boolean) Methode

Definition

Legt den Wert der IsSharedSizeScope angefügten Eigenschaft auf einen bestimmten UIElementWert fest.

public:
 static void SetIsSharedSizeScope(System::Windows::UIElement ^ element, bool value);
public static void SetIsSharedSizeScope(System.Windows.UIElement element, bool value);
static member SetIsSharedSizeScope : System.Windows.UIElement * bool -> unit
Public Shared Sub SetIsSharedSizeScope (element As UIElement, value As Boolean)

Parameter

element
UIElement

Das Element, für das die IsSharedSizeScope angefügte Eigenschaft festgelegt werden soll.

value
Boolean

Der festzulegende Eigenschaftswert.

Gilt für:

Weitere Informationen