Partager via


IXamlDirect.SetGridLengthProperty Méthode

Définition

Définit la valeur d’une propriété GridLength pour un IXamlDirect spécifique.

Cette documentation s’applique à WinUI 2 pour UWP (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).

public:
 void SetGridLengthProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, GridLength value);
void SetGridLengthProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, GridLength const& value);
public void SetGridLengthProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, GridLength value);
Public Sub SetGridLengthProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As GridLength)

Paramètres

xamlDirectObject
Object

Platform::Object

IInspectable

Référence à iXamlDirect spécifique.

propertyIndex
XamlPropertyIndex

Référence à la propriété GridLength sur laquelle définir la valeur à partir de la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .

value
GridLength

Valeur GridLength à définir sur la propriété spécifiée.

S’applique à

Voir aussi