共用方式為


IXamlDirect.SetRectProperty(Object, XamlPropertyIndex, Rect) 方法

定義

設定特定IXamlDirectRect屬性值。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

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

參數

xamlDirectObject
Object

Platform::Object

IInspectable

特定 IXamlDirect的參考。

propertyIndex
XamlPropertyIndex

Rect屬性的參考,用來設定XamlPropertyIndex列舉中支援之屬性的值。

value
Rect

在指定的屬性上設定的 Rect 值。

適用於

另請參閱