ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearPageView Class / VerticalArrowIncerment Property




In This Topic
    VerticalArrowIncerment Property
    In This Topic
    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