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




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

    Property Value

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