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




In This Topic
    UseConfiguredScrollbarIncrements Property
    In This Topic
    Gets or sets a value indicating whether to use configured HorizontalSmallChange, HorizontalLargeChange, VerticalSmallChange and VerticalLargeChange increments, or automatically calculated values.
    Syntax
    'Declaration
     
    Public Property UseConfiguredScrollbarIncrements As Boolean
    'Usage
     
    Dim instance As ImGearPageView
    Dim value As Boolean
     
    instance.UseConfiguredScrollbarIncrements = value
     
    value = instance.UseConfiguredScrollbarIncrements
    public bool UseConfiguredScrollbarIncrements {get; set;}
    public: __property bool get_UseConfiguredScrollbarIncrements();
    public: __property void set_UseConfiguredScrollbarIncrements( 
       bool value
    );
    public:
    property bool UseConfiguredScrollbarIncrements {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    Default value is false.
    See Also