XamlDirect.GetGridLengthProperty(IXamlDirectObject, XamlPropertyIndex) Méthode

Définition

Obtient la valeur d’une propriété GridLength pour un objet IXamlDirectObject spécifique.

public:
 virtual GridLength GetGridLengthProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetGridLengthProperty;
GridLength GetGridLengthProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public GridLength GetGridLengthProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getGridLengthProperty(xamlDirectObject, propertyIndex)
Public Function GetGridLengthProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As GridLength

Paramètres

xamlDirectObject
IXamlDirectObject

Référence au IXamlDirectObject spécifique.

propertyIndex
XamlPropertyIndex

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

Retours

Valeur GridLength de la propriété spécifiée.

S’applique à

Voir aussi