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

In This Topic
    IsAnimated Property (LinearGauge)
    In This Topic
    Gets or sets whether the gauge should animate value changes.
    Syntax
    'Declaration
     
    Public Property IsAnimated As Boolean
    public bool IsAnimated {get; set;}
    See Also