Class
RadResizeAnimation

Animation for smooth resizing elements.

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadResizeAnimation : RadAnimationGroup

Inheritance: objectRadAnimationRadAnimationGroupRadResizeAnimation

Inherited Members RadAnimationGroup.CreateOpposite()RadAnimationGroup.ClearAnimation(UIElement)RadAnimationGroup.ApplyInitialValues(UIElement)RadAnimationGroup.ApplyAnimationValues(PlayAnimationInfo)RadAnimationGroup.CloneCore()RadAnimationGroup.CreateStoryboardOverride(UIElement)RadAnimationGroup.UpdateAnimationOverride(AnimationContext)RadAnimationGroup.ChildrenRadAnimation.EmptyRadAnimation.Clone()RadAnimation.OnStarted(PlayAnimationInfo)RadAnimation.CopyAnimationValues(PlayAnimationInfo)RadAnimation.OnEnded(PlayAnimationInfo)RadAnimation.OnEnded()RadAnimation.EasingRadAnimation.InitialDelayRadAnimation.AnimationNameRadAnimation.FillBehaviorRadAnimation.SpeedRatioRadAnimation.AutoReverseRadAnimation.RepeatBehaviorRadAnimation.AnimationOriginRadAnimation.Ended

Constructors

RadResizeAnimation()

Initializes a new instance of the RadResizeAnimation class.

Declaration

cs-api-definition
public RadResizeAnimation()

Properties

Duration

Gets or sets the duration of the animation. Defaults to (0:0:.4) - 400 milliseconds.

Declaration

cs-api-definition
public override Duration Duration { get; set; }

Property Value

Duration

Overrides RadAnimation.Duration

EndSize

Gets or sets the final size of the animated element. If no value is applied current element size is used.

Declaration

cs-api-definition
public Size? EndSize { get; set; }

Property Value

Size?

StartSize

Gets or sets the Size structure that defines the initial size. If no value is applied current element size is used.

Declaration

cs-api-definition
public Size? StartSize { get; set; }

Property Value

Size?