XamlDirect.SetPointProperty Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 .