Class RadPlaneProjectionAnimation
Inheritance
System.Object
RadPlaneProjectionAnimation
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadPlaneProjectionAnimation : RadAnimation
Constructors
Declaration
public RadPlaneProjectionAnimation()
Properties
Declaration
public PerspectiveAnimationAxis Axes { get; set; }
Property Value
Declaration
public Nullable<double> CenterX { get; set; }
Property Value
|
System.Nullable<System.Double>
|
Declaration
public Nullable<double> CenterY { get; set; }
Property Value
|
System.Nullable<System.Double>
|
Declaration
public Nullable<double> CenterZ { get; set; }
Property Value
|
System.Nullable<System.Double>
|
Declaration
public PerspectiveAnimationDirection Direction { get; set; }
Property Value
Declaration
public double EndAngleX { get; set; }
Property Value
Declaration
public double EndAngleY { get; set; }
Property Value
Declaration
public double EndAngleZ { get; set; }
Property Value
Declaration
public double StartAngleX { get; set; }
Property Value
Declaration
public double StartAngleY { get; set; }
Property Value
Declaration
public double StartAngleZ { get; set; }
Property Value
Methods
Declaration
protected override void ApplyAnimationValues(PlayAnimationInfo info)
Parameters
Overrides
Declaration
public override void ApplyInitialValues(UIElement target)
Parameters
|
Microsoft.UI.Xaml.UIElement
target
|
Overrides
Declaration
public override void ClearAnimation(UIElement target)
Parameters
|
Microsoft.UI.Xaml.UIElement
target
|
Overrides
Declaration
public override RadAnimation CreateOpposite()
Returns
Overrides
Declaration
public RadAnimation CreateOpposite(ReverseMode mode)
Parameters
Returns
Declaration
protected override void UpdateAnimationOverride(AnimationContext context)
Parameters
Overrides
Extension Methods