Gets or sets a value indicating the duration of the scrolling animation when the background of the scroll bar is clicked.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property ScrollingAnimationDuration As Double |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As TableflowView
Dim value As Double
instance.ScrollingAnimationDuration = value
value = instance.ScrollingAnimationDuration |
| C# | |
|---|
public double ScrollingAnimationDuration {get; set;} |
Property Value
A value indicating the duration of the scrolling animation when the background of the scroll bar is clicked. By default, 750d.
Remarks
Requirements
Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7
See Also