XamlDirect.GetGridLengthProperty(IXamlDirectObject, XamlPropertyIndex) Método

Definición

Obtiene el valor de una propiedad GridLength para un IXamlDirectObject específico.

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

Parámetros

xamlDirectObject
IXamlDirectObject

Referencia al objeto IXamlDirectObject específico.

propertyIndex
XamlPropertyIndex

Referencia a la propiedad GridLength para obtener el valor de de la lista de propiedades admitidas en la enumeración XamlPropertyIndex .

Devoluciones

Valor GridLength de la propiedad especificada.

Se aplica a

Consulte también