ParallaxView.IsVerticalShiftClamped 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示垂直視差比率是否固定為來源捲動速度的指定百分比。
適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.ParallaxView.IsVerticalShiftClamped (Windows 應用程式 SDK,請參閱Windows 應用程式 SDK命名空間) 。
public:
property bool IsVerticalShiftClamped { bool get(); void set(bool value); };
bool IsVerticalShiftClamped();
void IsVerticalShiftClamped(bool value);
public bool IsVerticalShiftClamped { get; set; }
var boolean = parallaxView.isVerticalShiftClamped;
parallaxView.isVerticalShiftClamped = boolean;
Public Property IsVerticalShiftClamped As Boolean
<ParallaxView IsVerticalShiftClamped="bool" .../>
屬性值
Boolean
bool
true 是 表示 如果視差比率固定為來源捲動速度的指定百分比;否則為 false。 預設值為 True。