ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TabPanel Class / IsAnimated Property






In This Topic
    IsAnimated Property (TabPanel)
    In This Topic
    Gets or sets a value that determines whether tab changes should be animated with a fade-in effect.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property IsAnimated As System.Boolean
    'Usage
     
    
    Dim instance As TabPanel
    Dim value As System.Boolean
     
    instance.IsAnimated = value
     
    value = instance.IsAnimated
    [System.ComponentModel.DefaultValue(true)]
    public System.bool IsAnimated {get; set;}
    public read-write property IsAnimated: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set IsAnimated : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_IsAnimated();
    public: __property void set_IsAnimated( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool IsAnimated {
       System.bool get();
       void set (    System.bool value);
    }
    See Also