menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Animation

    Show / Hide Table of Contents

    Class Animation

    Inheritance
    System.Object
    EJTagHelper
    Animation
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class Animation : EJTagHelper

    Constructors

    Animation()

    Declaration
    public Animation()

    Fields

    m_hide

    Declaration
    public ShowHide m_hide
    Field Value
    Type Description
    ShowHide

    m_show

    Declaration
    public ShowHide m_show
    Field Value
    Type Description
    ShowHide

    Properties

    Hide

    Declaration
    [JsonProperty("hide")]
    public ShowHide Hide { get; set; }
    Property Value
    Type Description
    ShowHide

    Show

    Declaration
    [JsonProperty("show")]
    public ShowHide Show { get; set; }
    Property Value
    Type Description
    ShowHide
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved