VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextSelectionTool Class / TextSelectionAutoScrollStep Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    TextSelectionAutoScrollStep Property (TextSelectionTool)
    In This Topic
    Gets or sets the step value, in pixels, which should be used for auto scrolling in image viewer when text selection is performing in image viewer and mouse cursor is moving outside the image viewer.
    Syntax
    'Declaration
    
    Public Property TextSelectionAutoScrollStep As System.Int32
    
    
    public System.Int32 TextSelectionAutoScrollStep { get; set; }
    
    
    public: __property System.Int32 get_TextSelectionAutoScrollStep();
    public: __property void set_TextSelectionAutoScrollStep(
    System.Int32 value
    );
    public:
    property System.Int32 TextSelectionAutoScrollStep { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    0 - image viewer will NOT be scrolled when text selection is performing in image viewer and mouse cursor is moving outside the image viewer;
    N - image viewer will be scrolled by N pixels when text selection is performing in image viewer and mouse cursor is moving outside the image viewer.
    Exceptions
    ExceptionDescription
    Thrown if value is less than 0.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also