RepeatedZoomSnapPoint 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示縮放內容可以貼齊的多個等距點。
/// [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
- 繼承
- 屬性
建構函式
RepeatedZoomSnapPoint(Double, Double, Double, Double) |
使用指定的值,初始化 RepeatedZoomSnapPoint 類別的新實例。 |
屬性
End |
取得貼齊點生效的範圍結尾。 |
Interval |
取得兩個連續點之間的距離。 |
Offset |
取得點從 0 移位的距離。 |
Start |
取得貼齊點生效的範圍開頭。 |