WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageAnimatorExt - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.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: 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 Description
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved