Gets or sets a value that determines whether to use jump scrolling or smooth scrolling in the display screen.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ScrollType As Scroll |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Vt
Dim value As Scroll
instance.ScrollType = value
value = instance.ScrollType |
C# | |
---|
public Scroll ScrollType {get; set;} |
Managed Extensions for C++ | |
---|
public: __property Scroll get_ScrollType();
public: __property void set_ScrollType(
Scroll value
); |
Property Value
A Scroll value. The default value is Scroll.Smooth.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also