Condividi tramite


XamlDirect.SetDurationProperty Metodo

Definizione

Imposta il valore di una proprietà Duration per un oggetto IXamlDirectObject specifico.

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)

Parametri

xamlDirectObject
IXamlDirectObject

Riferimento all'oggetto IXamlDirectObject specifico.

propertyIndex
XamlPropertyIndex

Riferimento alla proprietà Duration per impostare il valore di dall'elenco delle proprietà supportate in XamlPropertyIndex enumerazione.

value
Duration

Valore di durata da impostare sulla proprietà specificata.

Si applica a

Vedi anche