Class CloudyTransitionEffect
Defines a transition shader effect that uses an image as a sampler threshold for interpolating pixel value between two visuals.
Inheritance
System.Object
CloudyTransitionEffect
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 abstract class CloudyTransitionEffect : RandomizedTransitionEffect
Fields
| Improve this Doc View SourceCloudImageProperty
Dependency property which modifies the CloudImage variable within the pixel shader.
Declaration
protected static readonly DependencyProperty CloudImageProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceCloudImage
Gets or sets the CloudImage variable within the shader used for sampling.
Declaration
protected Brush CloudImage { get; set; }
Property Value
Type | Description |
---|---|
Brush |