ImageGear .NET - Updated
HorizontalLargeChange Property (ImGearPageView)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPageView Class : HorizontalLargeChange Property
Gets the horizontal ScrollBar large change increment settings.
Syntax
'Declaration
 
Public ReadOnly Property HorizontalLargeChange As ImGearScrollBarIncrement
'Usage
 
Dim instance As ImGearPageView
Dim value As ImGearScrollBarIncrement
 
value = instance.HorizontalLargeChange
public ImGearScrollBarIncrement HorizontalLargeChange {get;}
public: __property ImGearScrollBarIncrement* get_HorizontalLargeChange();
public:
property ImGearScrollBarIncrement^ HorizontalLargeChange {
   ImGearScrollBarIncrement^ get();
}

Property Value

ImGearScrollBarIncrement class object.
Remarks
Note: this property has effect, when UseConfiguredScrollbarIncrements control parameter is on.
See Also

Reference

ImGearPageView Class
ImGearPageView Members
UseConfiguredScrollbarIncrements Property