XamlDirect.GetGridLengthProperty(IXamlDirectObject, XamlPropertyIndex) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.