Gets value to be added to value property when the scroll box is moved at a small distance.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public abstract double VScrollBarSmall { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property VScrollBarSmall As Double
Visual C++
public:
virtual property double VScrollBarSmall {
	double get () abstract;
}

See Also