XamlDirect.SetGridLengthProperty Méthode

Définition

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

public:
 virtual void SetGridLengthProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, GridLength value) = SetGridLengthProperty;
void SetGridLengthProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, GridLength const& value);
public void SetGridLengthProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, GridLength value);
function setGridLengthProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetGridLengthProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As GridLength)

Paramètres

xamlDirectObject
IXamlDirectObject

Référence à l’objet IXamlDirectObject spécifique.

propertyIndex
XamlPropertyIndex

Référence à la propriété GridLength pour définir la valeur de dans 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