Freigeben über


IXamlDirect.SetDurationProperty(Object, XamlPropertyIndex, Duration) Methode

Definition

Legt den Wert einer Duration-Eigenschaft für eine bestimmte IXamlDirect fest.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

void SetDurationProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, Duration const& value);
public void SetDurationProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex, Duration value);
Public Sub SetDurationProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value As Duration)

Parameter

xamlDirectObject
Object

IInspectable

Ein Verweis auf den spezifischen IXamlDirect.

propertyIndex
XamlPropertyIndex

Ein Verweis auf die Duration-Eigenschaft , auf der der Wert aus der Liste der unterstützten Eigenschaften in xamlPropertyIndex-Enumeration festgelegt werden soll.

value
Duration

Dauerwert , der auf die angegebene Eigenschaft festgelegt werden soll.

Gilt für:

Weitere Informationen