Share via


Grid.SetIsSharedSizeScope(UIElement, Boolean) Metodo

Definizione

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

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 per cui impostare la proprietà associata IsSharedSizeScope .

value
Boolean

Valore della proprietà da impostare.

Si applica a

Vedi anche