Freigeben über


IXamlDirect.SetPointProperty(Object, XamlPropertyIndex, Point) Methode

Definition

Legt den Wert einer Point-Eigenschaft für eine bestimmte IXamlDirect fest.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die Windows App SDK Namespaces).

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)

Parameter

xamlDirectObject
Object

Platform::Object

IInspectable

Ein Verweis auf die spezifische IXamlDirect.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die Point-Eigenschaft , auf die der Wert aus unterstützten Eigenschaften in XamlPropertyIndex-Aufzählung festgelegt werden soll.

value
Point

THe Point-Wert , der auf der angegebenen Eigenschaft festgelegt wird.

Gilt für:

Weitere Informationen