Search
ZoomControl.ZoomStep Property
See Also
 





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

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public double ZoomStep { get; set; }

Visual Basic  Copy Code

Public Property ZoomStep As Double

 Property Value

double value specifying the zoom level change. The default value is 10.

 See Also