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




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

    Property Value

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