Class SlideInTransitionEffect
Transition effect that slides the current visual away, revealing the new visual.
Inheritance
System.Object
SlideInTransitionEffect
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 SlideInTransitionEffect : TransitionEffect
Constructors
| Improve this Doc View SourceSlideInTransitionEffect()
Creates an instance and updates the shader's variables to the default values.
Declaration
public SlideInTransitionEffect()
Fields
| Improve this Doc View SourceSlideDirectionProperty
Dependency property that modifies the SlideAmount variable within the pixel shader.
Declaration
public static readonly DependencyProperty SlideDirectionProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
SlideNormalProperty
Dependency property that modifies the SlideAmount variable within the pixel shader.
Declaration
public static readonly DependencyProperty SlideNormalProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceSlideDirection
Gets or sets the SlideAmount variable within the shader.
Declaration
public SlideDirection SlideDirection { get; set; }
Property Value
Type | Description |
---|---|
SlideDirection |
Methods
| Improve this Doc View SourceDeepCopy()
Makes a deep copy of the SlideInTransitionEffect effect.
Declaration
protected override TransitionEffect DeepCopy()
Returns
Type | Description |
---|---|
TransitionEffect | A clone of the current instance of the SlideInTransitionEffect effect. |