ScrollingZoomOptions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ScrollView
コントロールのズーム メソッドで設定できるオプションを表します。
/// [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 ScrollingZoomOptions
[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 ScrollingZoomOptions
Public Class ScrollingZoomOptions
- 継承
- 属性
注釈
ScrollingZoomOptions
を使用して、ScrollView.ZoomTo メソッドおよび ScrollView.ZoomBy メソッドのオーバーロードでオプションを設定します。
コンストラクター
ScrollingZoomOptions(ScrollingAnimationMode, ScrollingSnapPointsMode) |
指定したアニメーション モードとスナップ ポイント モードを使用して、 |
ScrollingZoomOptions(ScrollingAnimationMode) |
指定したアニメーション モードを使用して、 |
プロパティ
AnimationMode |
ズーム係数の変更に対してアニメーションを再生するかどうかを示す値を取得または設定します。 |
SnapPointsMode |
ズーム係数の変更中にスナップ ポイントを無視するか優先するかを示す値を取得または設定します。 |