Share via


ScrollPresenter.ZoomSnapPoints Property

Definition

Gets the collection of snap points that affect the ZoomFactor property.

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

Property Value

The collection of snap points that affect the ZoomFactor property. The default is an empty collection.

Applies to

See also