TouchZoomSnapDistance Property
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.
'Declaration
Public Property TouchZoomSnapDistance As Single
'Usage
Dim instance As FpSpread
Dim value As Single
instance.TouchZoomSnapDistance = value
value = instance.TouchZoomSnapDistance
public float TouchZoomSnapDistance {get; set;}
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.