Class BlindsTransitionEffect
Transition shader that simulates blinds opening when transitioning from one visual to another.
Inheritance
System.Object
BlindsTransitionEffect
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 BlindsTransitionEffect : TransitionEffect
Constructors
| Improve this Doc View SourceBlindsTransitionEffect()
Creates an instance of the shader.
Declaration
public BlindsTransitionEffect()
Fields
| Improve this Doc View SourceCountProperty
Gets or sets the number of blinds.
Declaration
public static readonly DependencyProperty CountProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
OrientationProperty
Gets or sets the orientation of the blinds.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceCount
Gets or sets the number of blinds to display.
Declaration
public double Count { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Orientation
Gets or sets the orientation of the blinds.
Declaration
public BlindOrientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
BlindOrientation |
Methods
| Improve this Doc View SourceDeepCopy()
Makes a deep copy of the BlindsTransitionEffect effect.
Declaration
protected override TransitionEffect DeepCopy()
Returns
Type | Description |
---|---|
TransitionEffect | A clone of the current instance of the BlindsTransitionEffect effect. |