ImageGear .NET v24.12 - Updated
HorizontalSmallChange Property (PageView)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : HorizontalSmallChange Property
Gets the horizontal ScrollBar small change increment settings.
Syntax
'Declaration
 
Public ReadOnly Property HorizontalSmallChange As ScrollBarIncrement
'Usage
 
Dim instance As PageView
Dim value As ScrollBarIncrement
 
value = instance.HorizontalSmallChange
public ScrollBarIncrement HorizontalSmallChange {get;}
public: __property ScrollBarIncrement* get_HorizontalSmallChange();
public:
property ScrollBarIncrement^ HorizontalSmallChange {
   ScrollBarIncrement^ get();
}

Property Value

ImageGear.Windows.Controls.ScrollBarIncrement class object.
See Also

Reference

PageView Class
PageView Members