ScrollViewer.ZoomSnapPoints Property

Definition

Gets the observable collection of zoom snap point factors that are held by the ScrollViewer.

public:
 property IVector<float> ^ ZoomSnapPoints { IVector<float> ^ get(); };
IVector<float> ZoomSnapPoints();
public IList<float> ZoomSnapPoints { get; }
var iVector = scrollViewer.zoomSnapPoints;
Public ReadOnly Property ZoomSnapPoints As IList(Of Single)

Property Value

A collection of Single values that represent zoom factors as snap points.

Applies to