CircleRevealTransitionEffect.FeatherAmount Property

Gets or sets the FuzzyAmount variable within the shader.

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

Syntax

'Declaration
Public Property FeatherAmount As Double
'Usage
Dim instance As CircleRevealTransitionEffect
Dim value As Double

value = instance.FeatherAmount

instance.FeatherAmount = value
public double FeatherAmount { get; set; }
public:
property double FeatherAmount {
    double get ();
    void set (double value);
}
/** @property */
public double get_FeatherAmount ()

/** @property */
public void set_FeatherAmount (double value)
public function get FeatherAmount () : double

public function set FeatherAmount (value : double)

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

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