EnumResizeAnimationResizeMode
Enum
ResizeMode determines how resizing is performed in ResizeAnimation.
Definition
Namespace:Telerik.Windows.Controls.Animation
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public enum ResizeAnimationResizeMode
Fields
Both
Resizing is performed both horizontally and vertically.
Horizontal
Resizing is performed horizontally only.
Vertical
Resizing is performed vertically only.