IXamlDirect.SetThicknessProperty(Object, XamlPropertyIndex, Thickness) 方法

定义

设置特定 IXamlDirectThickness 属性的值。

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

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

参数

xamlDirectObject
Object

Platform::Object

IInspectable

对特定 IXamlDirect 的引用。

propertyIndex
XamlPropertyIndex

对在 XamlPropertyIndex 枚举中设置受支持属性列表中的值的粗细属性的引用。

value
Thickness

要设置为指定属性的粗细值。

适用于

另请参阅