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 |
連続する 2 つのポイント間の距離を取得します。 |
Offset |
ポイントが 0 からシフトされる距離を取得します。 |
Start |
スナップ ポイントが有効な範囲の先頭を取得します。 |