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




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

    Property Value

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