Edit

Share via


AnimationSet.AddCompositionDirectPropertyChange(String, Object) Method

Definition

Adds a composition property that will change instantaneously

public void AddCompositionDirectPropertyChange (string propertyName, object value);
member this.AddCompositionDirectPropertyChange : string * obj -> unit
Public Sub AddCompositionDirectPropertyChange (propertyName As String, value As Object)

Parameters

propertyName
String

The property to be animated on the backing Visual

value
Object

The value to be applied

Applies to