ClassRollTransition
This class is a concrete implementation of a transition effect that makes zoom and slide transition.
Definition
Namespace:Telerik.Windows.Controls.TransitionEffects
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class RollTransition : ShaderTransitionProvider
Inheritance: objectTransitionProviderShaderTransitionProviderRollTransition
Inherited Members
Constructors
RollTransition()
Initializes a new instance of the RollTransition class.
Declaration
public RollTransition()
Properties
InterpolationFunction
Gets or sets a value, describing the the power of the interpolation function of the edges of the roll (2 to 10). This is a DependencyProperty.
Declaration
public double InterpolationFunction { get; set; }
Property Value
IsRollOut
Gets or sets a value, describing the transition direction. This is a DependencyProperty.
Declaration
public bool IsRollOut { get; set; }
Property Value
True if the animation is rolling in, false otherwise.
IsTopToBottom
Gets or sets a value, describing the direction of the transition (top-to-bottom or bottom-to-top). This is a DependencyProperty.
LightIntensity
Gets or sets a value, describing the the intensity of the light over the roll (0 to 1). This is a DependencyProperty.
Orientation
Gets or sets a value, describing the orientation of the transition. This is a DependencyProperty.
Declaration
public Orientation Orientation { get; set; }
Property Value
Orientation
RelativeRollWidth
Gets or sets a value, describing the the width of the roll, depending on its size (0 to 1). This is a DependencyProperty.
Methods
CreateTransitionEffect()
Creates a new TransitionEffect with the current settings.
Declaration
protected override TransitionEffect CreateTransitionEffect()
Returns
A new instance of the TransitionEffect class.
Overrides