ClassRadResizeAnimation
Class
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
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
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?