Search
ZoomControl.ZoomStep Property
See Also
 





Gets or sets the amount by which to change zoom level when + and - buttons are clicked.

Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms

 Syntax

C#  Copy Code

public float ZoomStep { get; set; }

Visual Basic  Copy Code

Public Property ZoomStep As Single

 Property Value

A float value specifying the zoom level change. The default value is 10.

 See Also