VintaSoft Imaging .NET SDK 15.1: 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

<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; }

Property Value

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

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

See Also