Class WindowAnimationEngine
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.WindowAnimation
Assembly: Telerik.WinControls.dll
Syntax
public class WindowAnimationEngine : AnimationEngine, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
WindowAnimationEngine()
Declaration
public WindowAnimationEngine()
Fields
currentFrameValue
Declaration
protected Rectangle currentFrameValue
Field Value
System.Drawing.Rectangle
|
minmax
Declaration
protected bool minmax
Field Value
System.Boolean
|
Properties
AnimateMinimumToMaximum
Declaration
public bool AnimateMinimumToMaximum { get; set; }
Property Value
System.Boolean
|
Maximum
Get/Set maximum value allowed for size
Declaration
public Rectangle Maximum { get; set; }
Property Value
System.Drawing.Rectangle
|
Minimum
Get/Set minimum value allowed for size
Declaration
public Rectangle Minimum { get; set; }
Property Value
System.Drawing.Rectangle
|
Methods
Animate()
Cancel()
Declaration
public void Cancel()