Class WipeTransitionEffect
Transition effect that wipes the current visual while introducing the new visual.
Inheritance
System.Object
WipeTransitionEffect
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 WipeTransitionEffect : TransitionEffect
Constructors
| Improve this Doc View SourceWipeTransitionEffect()
Creates an instance and updates the shader's variables to the default values.
Declaration
public WipeTransitionEffect()
Fields
| Improve this Doc View SourceFeatherAmountProperty
Dependency property that modifies the FeatherAmount variable within the pixel shader.
Declaration
public static readonly DependencyProperty FeatherAmountProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
WipeDirectionProperty
Dependency property that modifies the WipeDirection variable within the pixel shader.
Declaration
public static readonly DependencyProperty WipeDirectionProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceFeatherAmount
Gets or sets the FeatherAmount variable within the shader.
Declaration
public double FeatherAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WipeDirection
Gets or sets the direction of the wipe.
Declaration
public WipeDirection WipeDirection { get; set; }
Property Value
Type | Description |
---|---|
WipeDirection |
Methods
| Improve this Doc View SourceDeepCopy()
Makes a deep copy of the WipeTransitionEffect effect.
Declaration
protected override TransitionEffect DeepCopy()
Returns
Type | Description |
---|---|
TransitionEffect | A clone of the current instance of the WipeTransitionEffect effect. |