IScrollControllerPanningInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates information related to UI-thread-independent panning that an IScrollController implementation may support.
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
- Attributes
Properties
| IsRailEnabled |
Gets a value that indicates whether or not the movement of a pannable element must be locked on one orientation (horizontal or vertical). |
| PanningElementAncestor |
Gets an ancestor of a |
| PanOrientation |
Gets a value that indicates whether the content can be panned horizontally or vertically. |
Methods
| SetPanningElementExpressionAnimationSources(CompositionPropertySet, String, String, String, String) |
Provides information for expression animations used to support panning. |
Events
| Changed |
Occurs when any |
| PanRequested |
Occurs when a user attempts to initiate a pan with touch or a pen. |