Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / SliderCellType Class / EnableHandleAnimation Property
Example


In This Topic
    EnableHandleAnimation Property
    In This Topic
    Gets or sets whether to enable the handle animation played when the user clicks on the slider rail.
    Syntax
    'Declaration
     
    
    Public Property EnableHandleAnimation As Boolean
    'Usage
     
    
    Dim instance As SliderCellType
    Dim value As Boolean
     
    instance.EnableHandleAnimation = value
     
    value = instance.EnableHandleAnimation
    public bool EnableHandleAnimation {get; set;}
    Example
    See Also