Class CircleRevealTransitionEffect
Transition effect that reveals two visuals through a growing/shrinking circle.
Inheritance
System.Object
CircleRevealTransitionEffect
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 CircleRevealTransitionEffect : TransitionEffect
Constructors
| Improve this Doc View SourceCircleRevealTransitionEffect()
Creates an instance and updates the shader's variables to the default values.
Declaration
public CircleRevealTransitionEffect()
Fields
| Improve this Doc View SourceFeatherAmountProperty
Dependency property which modifies the feather amount variable within the pixel shader.
Declaration
public static readonly DependencyProperty FeatherAmountProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ReverseProperty
Dependency property which modifies the circle movement.
Declaration
public static readonly DependencyProperty ReverseProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceFeatherAmount
Gets or sets the FuzzyAmount variable within the shader.
Declaration
public double FeatherAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Reverse
Gets or sets playing the circle reveal backward.
Declaration
public bool Reverse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceDeepCopy()
Makes a deep copy of the CircleRevealTransitionEffect effect.
Declaration
protected override TransitionEffect DeepCopy()
Returns
Type | Description |
---|---|
TransitionEffect | A clone of the current instance of the CircleRevealTransitionEffect effect. |