IXamlDirect.SetSizeProperty(Object, XamlPropertyIndex, Size) 方法

定义

设置特定 IXamlDirectSize 属性的值。

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

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

参数

xamlDirectObject
Object

Platform::Object

IInspectable

对特定 IXamlDirect 的引用。

propertyIndex
XamlPropertyIndex

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

value
Size

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

适用于

另请参阅