Class RadResizeAnimation
Inheritance
System.Object
RadResizeAnimation
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadResizeAnimation : RadAnimationGroup
Constructors
Declaration
public RadResizeAnimation()
Properties
Declaration
public override Duration Duration { get; set; }
Property Value
|
Microsoft.UI.Xaml.Duration
|
Overrides
Declaration
public Nullable<Size> EndSize { get; set; }
Property Value
|
System.Nullable<Windows.Foundation.Size>
|
Declaration
public Nullable<Size> StartSize { get; set; }
Property Value
|
System.Nullable<Windows.Foundation.Size>
|
Extension Methods