ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / HorizontalSmallChange Property




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

    Property Value

    ImageGear.Windows.Controls.ScrollBarIncrement class object.
    See Also