XamlDirect.SetPointProperty Método

Definición

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

public:
 virtual void SetPointProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Point value) = SetPointProperty;
void SetPointProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Point const& value);
public void SetPointProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Point value);
function setPointProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetPointProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Point)

Parámetros

xamlDirectObject
IXamlDirectObject

Referencia al IXamlDirectObject específico.

propertyIndex
XamlPropertyIndex

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

value
Point

Valor de punto que se va a establecer en la propiedad especificada.

Se aplica a

Consulte también