[]
Gets a zoom factor group and when the zoom ends, the final zoom factor snaps to a snap point in this group.
public List<float> TouchZoomSnapPoints { get; }
Public ReadOnly Property TouchZoomSnapPoints As List(Of Single)
Type | Description |
---|---|
List<float> | A float 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. |