ClassRadScaleAnimation
Scale animation for showing/hiding elements.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadScaleAnimation : RadAnimationGroup
Inheritance: objectRadAnimationRadAnimationGroupRadScaleAnimation
Inherited Members
Constructors
RadScaleAnimation()
Initializes a new instance of the RadScaleAnimation class.
Declaration
public RadScaleAnimation()
Properties
AnimationOrigin
Gets or sets the render transform origin of the animated element.
Declaration
public override Point AnimationOrigin { get; set; }
Property Value
Point
Overrides
Duration
Gets or sets the duration of the scale animation. The value of this property will be set as the value of DurationX and DurationY.
Declaration
public override Duration Duration { get; set; }
Property Value
Duration
Overrides
DurationX
Gets or sets the duration of the X animation.
Declaration
public Duration DurationX { get; set; }
Property Value
Duration
DurationY
Gets or sets the duration of the Y animation.
Declaration
public Duration DurationY { get; set; }
Property Value
Duration
EndScaleX
Gets or sets the end scale on the X axis.
EndScaleY
Gets or sets the end scale on the Y axis.
StartScaleX
Gets or sets the start scale on the X axis.
StartScaleY
Gets or sets the start scale on the Y axis.