Grid.SetIsSharedSizeScope(UIElement, Boolean) Méthode
Définition
Affecte à la valeur de la propriété jointe IsSharedSizeScope un UIElement donné.Sets the value of the IsSharedSizeScope attached property to a given 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)
Paramètres
- element
- UIElement
Élément sur lequel définir la propriété jointe IsSharedSizeScope .The element on which to set the IsSharedSizeScope attached property.
- value
- Boolean
Valeur de propriété à définir.The property value to set.