Class RippleTransitionEffect
Transition effect that simulates water ripple during transition.
Inheritance
System.Object
RippleTransitionEffect
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 sealed class RippleTransitionEffect : TransitionEffect
Constructors
| Improve this Doc View SourceRippleTransitionEffect()
Creates an instance of the shader.
Declaration
public RippleTransitionEffect()
Methods
| Improve this Doc View SourceDeepCopy()
Makes a deep copy of the RippleTransitionEffect effect.
Declaration
protected override TransitionEffect DeepCopy()
Returns
Type | Description |
---|---|
TransitionEffect | A clone of the current instance of the RippleTransitionEffect effect. |