Share via


RepeatedZoomSnapPoint 类

定义

表示缩放内容可以贴靠到的多个等距点。

/// [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
继承
Object IInspectable SnapPointBase ZoomSnapPointBase RepeatedZoomSnapPoint
属性

构造函数

RepeatedZoomSnapPoint(Double, Double, Double, Double)

使用指定的值初始化 RepeatedZoomSnapPoint 类的新实例。

属性

End

获取对齐点的有效范围的结束。

Interval

获取两个连续点之间的距离。

Offset

获取点从 0 移位的距离。

Start

获取对齐点的有效范围的开头。

适用于