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




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

    Property Value

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