Gets or sets whether the trackbar should snap to ZoomStep values when dragged.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
C# Copy Code |
---|
public bool SnapToZoomStep { get; set; } |
Visual Basic Copy Code |
---|
Public Property SnapToZoomStep As Boolean |
true to snap to multiples of ZoomStep, or false otherwise. The default value is true.