共用方式為


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

取得貼齊點生效的範圍開頭。

適用於