IXamlDirect.SetPointProperty(Object, XamlPropertyIndex, Point) 方法

定义

设置特定 IXamlDirectPoint 属性的值。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

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)

参数

xamlDirectObject
Object

Platform::Object

IInspectable

对特定 IXamlDirect 的引用。

propertyIndex
XamlPropertyIndex

Point 属性的引用,在 XamlPropertyIndex 枚举中设置受支持属性的值。

value
Point

要在指定属性上设置的 THe Point 值。

适用于

另请参阅