Gets value to be added to value property when the scroll box is moved at a large 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 HScrollBarLarge { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property HScrollBarLarge As Double
Visual C++
public:
virtual property double HScrollBarLarge {
	double get () abstract;
}

See Also