TransitionEffect.OldImage Property

Gets or sets the OldImage variable within the shader.

Namespace: Microsoft.Expression.Media.Effects
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property OldImage As Brush
'Usage
Dim instance As TransitionEffect
Dim value As Brush

value = instance.OldImage

instance.OldImage = value
public Brush OldImage { get; set; }
public:
property Brush^ OldImage {
    Brush^ get ();
    void set (Brush^ value);
}
/** @property */
public Brush get_OldImage ()

/** @property */
public void set_OldImage (Brush value)
public function get OldImage () : Brush

public function set OldImage (value : Brush)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TransitionEffect Class
TransitionEffect Members
Microsoft.Expression.Media.Effects Namespace