XamlDirect.GetPointProperty(IXamlDirectObject, XamlPropertyIndex) Método

Definición

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

public:
 virtual Point GetPointProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetPointProperty;
Point GetPointProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Point GetPointProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getPointProperty(xamlDirectObject, propertyIndex)
Public Function GetPointProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Point

Parámetros

xamlDirectObject
IXamlDirectObject

Referencia al objeto IXamlDirectObject específico.

propertyIndex
XamlPropertyIndex

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

Devoluciones

Valor de punto de la propiedad especificada.

Se aplica a

Consulte también