XamlDirect.SetPointProperty 方法

定义

设置特定 IXamlDirectObjectPoint 属性的值。

public:
 virtual void SetPointProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex, Point value) = SetPointProperty;
void SetPointProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Point const& value);
public void SetPointProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Point value);
function setPointProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetPointProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Point)

参数

xamlDirectObject
IXamlDirectObject

对特定 IXamlDirectObject 的引用。

propertyIndex
XamlPropertyIndex

Point 属性的引用,用于从 XamlPropertyIndex 枚举中支持的属性列表中设置 的值。

value
Point

设置为指定属性的点值。

适用于

另请参阅