ImageGear .NET - Updated
VerticalSmallChange Property (ImGearPageView)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPageView Class : VerticalSmallChange Property
Gets the vertical ScrollBar small change increment settings.
Syntax
'Declaration
 
Public ReadOnly Property VerticalSmallChange As ImGearScrollBarIncrement
'Usage
 
Dim instance As ImGearPageView
Dim value As ImGearScrollBarIncrement
 
value = instance.VerticalSmallChange
public ImGearScrollBarIncrement VerticalSmallChange {get;}
public: __property ImGearScrollBarIncrement* get_VerticalSmallChange();
public:
property ImGearScrollBarIncrement^ VerticalSmallChange {
   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