Class ScaleMode
ScaleMode determines how scaling is performed in ScaleAnimation.
Inheritance
System.Object
ScaleMode
Namespace: Telerik.Windows.Controls.Animation
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ScaleMode : Enum
Fields
Both
Scaling is performed both horizontally and vertically.
Declaration
public const ScaleMode Both
Field Value
ScaleMode
|
Horizontal
Scaling is performed horizontally only.
Declaration
public const ScaleMode Horizontal
Field Value
ScaleMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
Scaling is performed vertically only.
Declaration
public const ScaleMode Vertical
Field Value
ScaleMode
|