Compartilhar via


XamlDirect.SetPointProperty Método

Definição

Define o valor de uma propriedade Point para um 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

Uma referência ao IXamlDirectObject específico.

propertyIndex
XamlPropertyIndex

Uma referência à propriedade Point para definir o valor de da lista de propriedades com suporte na enumeração XamlPropertyIndex .

value
Point

Valor de ponto a ser definido como a propriedade especificada.

Aplica-se a

Confira também