Class ScaleMode
ScaleMode determines how scaling is performed in Scale
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
Horizontal
Scaling is performed horizontally only.
Declaration
public const ScaleMode Horizontal
Field Value
value__
Declaration
public int value__
Field Value
System.
|
Vertical
Scaling is performed vertically only.
Declaration
public const ScaleMode Vertical