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




In This Topic
    VerticalLargeChange Property (ImGearPageView)
    In This Topic
    Gets the vertical ScrollBar large change increment settings.
    Syntax
    'Declaration
     
    Public ReadOnly Property VerticalLargeChange As ImGearScrollBarIncrement
    'Usage
     
    Dim instance As ImGearPageView
    Dim value As ImGearScrollBarIncrement
     
    value = instance.VerticalLargeChange
    public ImGearScrollBarIncrement VerticalLargeChange {get;}
    public: __property ImGearScrollBarIncrement* get_VerticalLargeChange();
    public:
    property ImGearScrollBarIncrement^ VerticalLargeChange {
       ImGearScrollBarIncrement^ get();
    }

    Property Value

    ImGearScrollBarIncrement class object.
    Remarks
    Note: this property has effect, when UseConfiguredScrollbarIncrements control parameter is on.
    See Also