RepeatedZoomSnapPoint Class

Definition

Represents multiple equidistant points that zoomed content can snap to.

/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RepeatedZoomSnapPoint : ZoomSnapPointBase
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class RepeatedZoomSnapPoint : ZoomSnapPointBase
Public Class RepeatedZoomSnapPoint
Inherits ZoomSnapPointBase
Inheritance
Object IInspectable SnapPointBase ZoomSnapPointBase RepeatedZoomSnapPoint
Attributes

Constructors

RepeatedZoomSnapPoint(Double, Double, Double, Double)

Initializes a new instance of the RepeatedZoomSnapPoint class with the specified values.

Properties

End

Gets the end of the range in which the snap points are effective.

Interval

Gets the distance between two successive points.

Offset

Gets the distance by which points are shifted from 0.

Start

Gets the beginning of the range in which the snap points are effective.

Applies to