Class RadResizeAnimation
Inherited Members
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadResizeAnimation : RadAnimationGroup
Constructors
RadResizeAnimation()
Declaration
public RadResizeAnimation()
Properties
Duration
Declaration
public override Duration Duration { get; set; }
Property Value
Microsoft.
|
Overrides
EndSize
Declaration
public Nullable<Size> EndSize { get; set; }
Property Value
System.
|
StartSize
Declaration
public Nullable<Size> StartSize { get; set; }
Property Value
System.
|