CloudyTransitionEffect.CloudImage Property

Gets or sets the CloudImage variable within the shader used for sampling.

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

Syntax

'Declaration
Protected Property CloudImage As Brush
'Usage
Dim value As Brush

value = Me.CloudImage

Me.CloudImage = value
protected Brush CloudImage { get; set; }
protected:
property Brush^ CloudImage {
    Brush^ get ();
    void set (Brush^ value);
}
/** @property */
protected Brush get_CloudImage ()

/** @property */
protected void set_CloudImage (Brush value)
protected function get CloudImage () : Brush

protected function set CloudImage (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

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