VintaSoft Imaging .NET SDK 15.1: 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; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also