ScrollingAnimationMode Enum
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.
Defines constants that specify whether the ScrollView
control plays animations for scrolling and zooming actions.
public enum class ScrollingAnimationMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ScrollingAnimationMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingAnimationMode
Public Enum ScrollingAnimationMode
- Inheritance
-
ScrollingAnimationMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | Animations are not played. |
Enabled | 1 | Animations are played. |
Auto | 2 | Animations are played when operating system (OS) settings enable animations. |