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

連続する 2 つのポイント間の距離を取得します。

Offset

ポイントが 0 からシフトされる距離を取得します。

Start

スナップ ポイントが有効な範囲の先頭を取得します。

適用対象