'Declaration <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(25)> <DescriptionAttribute("The step value, in percents, which should be used for zomming in image viewer when user is performing keyboard navigation (Ctrl+Add or Ctrl+Substract key).")> Public Property KeyboardNavigationZoomStep As Single
[Category("VintaSoft")] [DefaultValue(25)] [Description("The step value, in percents, which should be used for zomming in image viewer when user is performing keyboard navigation (Ctrl+Add or Ctrl+Substract key).")] public float KeyboardNavigationZoomStep { get; set; }
[Category("VintaSoft")] [DefaultValue(25)] [Description("The step value, in percents, which should be used for zomming in image viewer when user is performing keyboard navigation (Ctrl+Add or Ctrl+Substract key).")] public: __property float get_KeyboardNavigationZoomStep(); public: __property void set_KeyboardNavigationZoomStep(
float value
);
[Category("VintaSoft")] [DefaultValue(25)] [Description("The step value, in percents, which should be used for zomming in image viewer when user is performing keyboard navigation (Ctrl+Add or Ctrl+Substract key).")] public:
property float KeyboardNavigationZoomStep { float get(); void set(float value); }
Property Value
Default value is 25.