InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.C1ScrollBar Namespace / C1HScrollBar Class / SmoothTransitions Property

In This Topic
    SmoothTransitions Property (C1HScrollBar)
    In This Topic
    Gets or sets a value indicating whether moving from one state to another should be animated.
    Syntax
    'Declaration
     
    Public Property SmoothTransitions As Boolean
    public bool SmoothTransitions {get; set;}
    See Also