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
);
public:
property System.Int32 TextSelectionAutoScrollStep {
System.Int32 get();
void set(System.Int32 );
}
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
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