IScrollControllerPanningInfo 인터페이스

정의

구현에서 지원할 수 있는 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

의 콘텐츠와 같이 ScrollPresenterUI 스레드에서 터치로 이동될 수 있는 의 상위 UIElement 항목을 가져옵니다.

PanOrientation

콘텐츠를 가로 또는 세로로 이동될 수 있는지 여부를 나타내는 값을 가져옵니다.

메서드

SetPanningElementExpressionAnimationSources(CompositionPropertySet, String, String, String, String)

이동 기능을 지원하는 데 사용되는 식 애니메이션에 대한 정보를 제공합니다.

이벤트

Changed

IScrollControllerPanningInfo 속성이 변경될 때 발생합니다.

PanRequested

사용자가 터치 또는 펜으로 팬을 시작하려고 할 때 발생합니다.

적용 대상