Gets or sets the Horizontal amount to scroll when using the left or right arrow keys.
Syntax
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);
}
'Declaration
Public Property HorizontalArrowIncerment As Integer
'Usage
Dim instance As ImGearPageView
Dim value As Integer
instance.HorizontalArrowIncerment = value
value = instance.HorizontalArrowIncerment
Property Value
Integer value.
See Also