ImageGear .NET - Updated
VerticalArrowIncerment Property




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPageView Class : VerticalArrowIncerment Property
Gets or sets the vertical amount to scroll when using the up or down arrow keys.
Syntax
'Declaration
 
Public Property VerticalArrowIncerment As Integer
'Usage
 
Dim instance As ImGearPageView
Dim value As Integer
 
instance.VerticalArrowIncerment = value
 
value = instance.VerticalArrowIncerment
public int VerticalArrowIncerment {get; set;}
public: __property int get_VerticalArrowIncerment();
public: __property void set_VerticalArrowIncerment( 
   int value
);
public:
property int VerticalArrowIncerment {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearPageView Class
ImGearPageView Members