'Declaration <CategoryAttribute("VintaSoft")> <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).")> Public Property KeyboardNavigationScrollStep As System.Int32
[Category("VintaSoft")] [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).")] public System.Int32 KeyboardNavigationScrollStep { get; set; }
[Category("VintaSoft")] [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).")] public: __property System.Int32 get_KeyboardNavigationScrollStep(); public: __property void set_KeyboardNavigationScrollStep(
System.Int32 value
);
[Category("VintaSoft")] [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).")] 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.