'Declaration <DefaultValueAttribute(20)> <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")> Public Property KeyboardNavigationScrollStep As System.Int32
[DefaultValue(20)] [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")] public System.Int32 KeyboardNavigationScrollStep { get; set; }
[DefaultValue(20)] [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")] public: __property System.Int32 get_KeyboardNavigationScrollStep(); public: __property void set_KeyboardNavigationScrollStep(
System.Int32 value
);
[DefaultValue(20)] [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")] public:
property System.Int32 KeyboardNavigationScrollStep { System.Int32 get(); void set(System.Int32 value); }
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.
N - image viewer will be scrolled by N pixels when user is performing navigation using keyboard.
Default value is 20.