共用方式為


SnapPointsAlignment 列舉

定義

定義常數,指定相對於邊緣對齊對齊點的選項。 哪個邊緣取決於套用對齊之物件的方向。

public enum class SnapPointsAlignment
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SnapPointsAlignment
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SnapPointsAlignment
Public Enum SnapPointsAlignment
<object property="enumMemberName" />
繼承
SnapPointsAlignment
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

欄位

Center 1

使用以方向置中置中的貼齊點。

Far 2

使用與方向邊緣更遠的對齊點。

Near 0

使用靠近方向邊緣的貼齊點。

備註

此列舉是 ScrollViewer.HorizontalSnapPointsAlignmentScrollViewer.VerticalSnapPointsAlignment的值。 它也做為 IScrollSnapPointsInfo.GetIrregularSnapPointsIScrollSnapPointsInfo.GetRegularSnapPoints的參數類型,以及這些方法在類型上的實作,例如 StackPanel.GetIrregularSnapPoints

如果是垂直方向的元素, Near 是頂端, 而 Far 則是底部。 如果是水準導向的元素, Near 是左方, 而 Far 是右方。

若要深入瞭解撥動手勢和移動流覽,請參閱 移動流覽指導方針的一節。

適用於

另請參閱