RepeatedZoomSnapPoint 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示缩放内容可以贴靠到的多个等距点。
/// [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 RepeatedZoomSnapPoint : ZoomSnapPointBase
[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 RepeatedZoomSnapPoint : ZoomSnapPointBase
Public Class RepeatedZoomSnapPoint
Inherits ZoomSnapPointBase
- 继承
- 属性
构造函数
RepeatedZoomSnapPoint(Double, Double, Double, Double) |
使用指定的值初始化 RepeatedZoomSnapPoint 类的新实例。 |
属性
End |
获取对齐点的有效范围的结束。 |
Interval |
获取两个连续点之间的距离。 |
Offset |
获取点从 0 移位的距离。 |
Start |
获取对齐点的有效范围的开头。 |