Grid.SetIsSharedSizeScope(UIElement, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Affecte à la valeur de la propriété jointe IsSharedSizeScope un UIElement donné.
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)
Paramètres
- element
- UIElement
Élément sur lequel définir la propriété jointe IsSharedSizeScope .
- value
- Boolean
Valeur de propriété à définir.