Condividi tramite


XamlDirect.SetPointProperty Metodo

Definizione

Imposta il valore di una proprietà Point per un oggetto IXamlDirectObject specifico.

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)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà Point per impostare il valore di dall'elenco delle proprietà supportate nell'enumerazione XamlPropertyIndex .

value
Point

Valore del punto da impostare sulla proprietà specificata.

Si applica a

Vedi anche