IScrollControllerPanningInfo 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
封装与实现可能支持的与 UI 线程无关的平移 IScrollController
相关的信息。
public interface class IScrollControllerPanningInfo
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(1406513921, 39595, 22972, 146, 205, 66, 207, 33, 171, 213, 144)]
struct IScrollControllerPanningInfo
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.Guid(1406513921, 39595, 22972, 146, 205, 66, 207, 33, 171, 213, 144)]
public interface IScrollControllerPanningInfo
Public Interface IScrollControllerPanningInfo
- 属性
属性
IsRailEnabled |
获取一个值,该值指示是否必须在水平或垂直) (一个方向锁定可平移元素的移动。 |
PanningElementAncestor |
获取 的上级, |
PanOrientation |
获取一个值,该值指示内容是可以水平平移还是垂直平移。 |
方法
SetPanningElementExpressionAnimationSources(CompositionPropertySet, String, String, String, String) |
提供有关用于支持平移的表达式动画的信息。 |
事件
Changed |
在任何 |
PanRequested |
当用户尝试使用触摸或笔启动平移时发生。 |