VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / KeyboardNavigationZoomStep Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    KeyboardNavigationZoomStep Property (ImageViewer)
    In This Topic
    Gets or sets 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).
    Syntax
    'Declaration
    
    <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")>
    <DefaultValueAttribute(25)>
    Public Property KeyboardNavigationZoomStep As Single
    
    
    [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")]
    [DefaultValue(25)]
    public float KeyboardNavigationZoomStep { get; set; }
    
    
    [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")]
    [DefaultValue(25)]
    public: __property float get_KeyboardNavigationZoomStep();
    public: __property void set_KeyboardNavigationZoomStep(
    float value
    );
    [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")]
    [DefaultValue(25)]
    public:
    property float KeyboardNavigationZoomStep { float get(); void set(float value); }

    Property Value

    Default value is 25.
    Exceptions
    ExceptionDescription
    Thrown if value is less than 0.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also