ScrollSnapPointBase 类

定义

表示用于滚动或其他滚动控件使用的 ScrollPresenter 对齐点的基类。

public ref class ScrollSnapPointBase : SnapPointBase
/// [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 ScrollSnapPointBase : SnapPointBase
[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 ScrollSnapPointBase : SnapPointBase
Public Class ScrollSnapPointBase
Inherits SnapPointBase
继承
Object Platform::Object IInspectable SnapPointBase ScrollSnapPointBase
派生
属性

属性

Alignment

获取一个值,该值指示对齐点相对于视区的位置。

适用于