Class WaveTransitionEffect
Transition effect that waves the current visual while introducing the new visual.
Inheritance
System.Object
WaveTransitionEffect
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 WaveTransitionEffect : TransitionEffect
Constructors
| Improve this Doc View SourceWaveTransitionEffect()
Creates an instance of the shader.
Declaration
public WaveTransitionEffect()
Fields
| Improve this Doc View SourceFrequencyProperty
Dependency property that modifies the Frequency variable within the pixel shader.
Declaration
public static readonly DependencyProperty FrequencyProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
MagnitudeProperty
Dependency property that modifies the Magnitude variable within the pixel shader.
Declaration
public static readonly DependencyProperty MagnitudeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
PhaseProperty
Dependency property that modifies the Phase variable within the pixel shader.
Declaration
public static readonly DependencyProperty PhaseProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceFrequency
Gets or sets the magnitude of the wave.
Declaration
public double Frequency { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Magnitude
Gets or sets the magnitude of the wave.
Declaration
public double Magnitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Phase
Gets or sets the phase of the wave.
Declaration
public double Phase { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceDeepCopy()
Makes a deep copy of the WaveTransitionEffect effect.
Declaration
protected override TransitionEffect DeepCopy()
Returns
Type | Description |
---|---|
TransitionEffect | A clone of the current instance of the WaveTransitionEffect effect. |