ResizeMode determines how resizing is performed in ResizeAnimation.
Definition
Namespace:Telerik.Windows.Controls.Animation
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum ResizeAnimationResizeMode
Fields
Resizing is performed both horizontally and vertically.
C#
Both = 2
Resizing is performed horizontally only.
C#
Horizontal = 0
Resizing is performed vertically only.
C#
Vertical = 1