IXamlDirect.SetPointProperty(Object, XamlPropertyIndex, Point) Metodo

Definizione

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

Questa documentazione si applica a WinUI 2 per la piattaforma UWP (per WinUI nel SDK per app di Windows, vedi gli spazi dei nomi SDK per app di Windows).

public:
 void SetPointProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Point value);
void SetPointProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Point const& value);
public void SetPointProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, Point value);
Public Sub SetPointProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As Point)

Parametri

xamlDirectObject
Object

Platform::Object

IInspectable

Riferimento all'oggetto IXamlDirect specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà Point in cui impostare il valore dalle proprietà supportate nell'enumerazione XamlPropertyIndex .

value
Point

Valore Point da impostare sulla proprietà specificata.

Si applica a

Vedi anche