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




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

    Property Value

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