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


In This Topic
TouchZoomSnapPoints Property
In This Topic
Gets a zoom factor group and when the zoom ends, the final zoom factor snaps to a snap point in this group.
Syntax
'Declaration
 
Public ReadOnly Property TouchZoomSnapPoints As List(Of Single)
 
'Usage
 
Dim instance As FpSpread
Dim value As List(Of Single)
 
value = instance.TouchZoomSnapPoints

Property Value

A System.Single value list that represents a zoom factor group and when the zoom ends, the final zoom factor tries to snap to a zoom factor in this group.
See Also