ImageGear .NET - Updated
HorizontalArrowIncerment Property




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPageView Class : HorizontalArrowIncerment Property
Gets or sets the Horizontal amount to scroll when using the left or right arrow keys.
Syntax
'Declaration
 
Public Property HorizontalArrowIncerment As Integer
'Usage
 
Dim instance As ImGearPageView
Dim value As Integer
 
instance.HorizontalArrowIncerment = value
 
value = instance.HorizontalArrowIncerment
public int HorizontalArrowIncerment {get; set;}
public: __property int get_HorizontalArrowIncerment();
public: __property void set_HorizontalArrowIncerment( 
   int value
);
public:
property int HorizontalArrowIncerment {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearPageView Class
ImGearPageView Members