Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TouchZoomSnapDistance Property


In This Topic
TouchZoomSnapDistance Property
In This Topic
Gets or sets a value that indicates the minmum distance that can cause the current zoom factor to snap to a zoom factor in TouchZoomSnapPoints.
Syntax
'Declaration
 
Public Property TouchZoomSnapDistance As Single
 
'Usage
 
Dim instance As FpSpread
Dim value As Single
 
instance.TouchZoomSnapDistance = value
 
value = instance.TouchZoomSnapDistance

Property Value

A System.Single value that represents the minmum distance that can cause the current zoom factor to snap to a zoom factor in TouchZoomSnapPoints.
See Also