Class ImageAnimatorExt
A class that encapsulates loading animation behavioral attributes with bounded UI control for long running operations.
Inheritance
System.Object
ImageAnimatorExt
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class ImageAnimatorExt
Constructors
ImageAnimatorExt()
Initializes the static variables defined.
Declaration
public ImageAnimatorExt()
Properties
Image
Gets or Sets Animated Image(with multiple frames).
Declaration
public Image Image { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
Methods
UnWire(Control)
Unwires the control from the loading indicator and stops the animation.
Declaration
public void UnWire(Control ctrl)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | ctrl | Any UI Control that requires long running operations to perform. |
Wire(Control)
Wires the control with the loading indicator and starts the animation.
Declaration
public void Wire(Control ctrl)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Control | ctrl | Any UI Control that requires long running operations to perform. |