VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / KeyboardNavigationScrollStep Property
Syntax Exceptions Requirements SeeAlso
In This Topic
KeyboardNavigationScrollStep Property (ImageViewer)
In This Topic
Gets or sets the step value, in pixels, which should be used for scrolling in image viewer when user is performing keyboard navigation (Left, Right, Up, Down keys).
Syntax
'Declaration

<DescriptionAttribute("The step value, in pixels, which should be used for scrolling in image viewer when user is performing keyboard navigation (Left, Right, Up, Down keys).")>
<CategoryAttribute("VintaSoft")>
<DefaultValueAttribute(20)>
Public Property KeyboardNavigationScrollStep As System.Int32

[Description("The step value, in pixels, which should be used for scrolling in image viewer when user is performing keyboard navigation (Left, Right, Up, Down keys).")]
[Category("VintaSoft")]
[DefaultValue(20)]
public System.Int32 KeyboardNavigationScrollStep { get; set; }

Property Value

0 - image viewer will NOT scroll when user is performing navigation using keyboard;
N - image viewer will be scrolled by N pixels when user is performing navigation using keyboard.
Default value is 20.
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