Search
ZoomControl.SnapToZoomStep Property
See Also
 





Gets or sets whether the trackbar should snap to ZoomStep values when dragged.

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

 Syntax

C#  Copy Code

public bool SnapToZoomStep { get; set; }

Visual Basic  Copy Code

Public Property SnapToZoomStep As Boolean

 Property Value

true to snap to multiples of ZoomStep, or false otherwise. The default value is true.

 See Also