XamlDirect.SetDurationProperty 方法

定义

设置特定 IXamlDirectObjectDuration 属性的值。

void SetDurationProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Duration const& value);
public void SetDurationProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex, Duration value);
function setDurationProperty(xamlDirectObject, propertyIndex, value)
Public Sub SetDurationProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex, value As Duration)

参数

xamlDirectObject
IXamlDirectObject

对特定 IXamlDirectObject 的引用。

propertyIndex
XamlPropertyIndex

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

value
Duration

要设置为指定属性的持续时间值。

适用于

另请参阅