TransitionEffect.Input Property

Gets or sets the Input variable within the shader.

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

Syntax

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

value = instance.Input

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

/** @property */
public void set_Input (Brush value)
public function get Input () : Brush

public function set Input (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