Class RadialBlurTransitionEffect
Transition effect that performs a radial blur of the current visual as the new visual is introduced.
Inheritance
System.Object
RadialBlurTransitionEffect
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Expression.Media.Effects
Assembly: OpenSilver.Expression.Effects.dll
Syntax
public class RadialBlurTransitionEffect : TransitionEffect
Constructors
| Improve this Doc View SourceRadialBlurTransitionEffect()
Creates an instance of the shader.
Declaration
public RadialBlurTransitionEffect()
Methods
| Improve this Doc View SourceDeepCopy()
Makes a deep copy of the RadialBlurTransitionEffect effect.
Declaration
protected override TransitionEffect DeepCopy()
Returns
Type | Description |
---|---|
TransitionEffect | A clone of the current instance of the RadialBlurTransitionEffect effect. |