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