ScrollViewer.ZoomSnapPoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.