Grid.SetIsSharedSizeScope(UIElement, Boolean) Metodo

Definizione

Imposta il valore della IsSharedSizeScope proprietà associata su un oggetto specificato UIElement.

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)

Parametri

element
UIElement

Elemento su cui impostare la IsSharedSizeScope proprietà associata.

value
Boolean

Valore della proprietà da impostare.

Si applica a

Vedi anche