Type of Scrolling.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ScrollingType As ScrollingType
C#
public ScrollingType ScrollingType { get; }
Visual C++
public:
property ScrollingType ScrollingType {
	ScrollingType get ();
}
JavaScript
function get_scrollingType();

See Also