共用方式為


ScrollingZoomOptions 類別

定義

表示可以在 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
繼承
Object IInspectable ScrollingZoomOptions
屬性

備註

ScrollingZoomOptions 可用來在 scrollView.ZoomToScrollView.ZoomBy 方法的多載中設定選項。

建構函式

ScrollingZoomOptions(ScrollingAnimationMode, ScrollingSnapPointsMode)

使用指定的動畫和貼齊點模式,初始化 ScrollingZoomOptions 類別的新實例。

ScrollingZoomOptions(ScrollingAnimationMode)

使用指定的動畫模式,初始化 ScrollingZoomOptions 類別的新實例。

屬性

AnimationMode

取得或設定值,這個值表示是否播放縮放因數變更的動畫。

SnapPointsMode

取得或設定值,這個值表示縮放因數變更期間是否忽略或遵守貼齊點。

適用於

另請參閱