Enum ScaleMode
ScaleMode determines how scaling is performed in ScaleAnimation.
Namespace: Telerik.Windows.Controls.Animation
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum ScaleMode
Both
Scaling is performed both horizontally and vertically.
Horizontal
Scaling is performed horizontally only.
Vertical
Scaling is performed vertically only.