'Declaration <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).")> <CategoryAttribute("VintaSoft")> Public Property KeyboardNavigationZoomStep As Single
[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).")] [Category("VintaSoft")] public float KeyboardNavigationZoomStep { get; set; }
[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).")] [Category("VintaSoft")] public: __property float get_KeyboardNavigationZoomStep(); public: __property void set_KeyboardNavigationZoomStep(
float value
);
[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).")] [Category("VintaSoft")] public:
property float KeyboardNavigationZoomStep { float get(); void set(float value); }
Property Value
Значение по умолчанию - 25.