AnnotatedScrollBarScrollingEventKind 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 how a scrolling action was initiated in an AnnotatedScrollBar.
public enum class AnnotatedScrollBarScrollingEventKind
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class AnnotatedScrollBarScrollingEventKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum AnnotatedScrollBarScrollingEventKind
Public Enum AnnotatedScrollBarScrollingEventKind
- Inheritance
-
AnnotatedScrollBarScrollingEventKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
Click | 0 | Scrolling was initiated by a user clicking or tapping on the |
Drag | 1 | Scrolling was initiated by a drag action on the rail. |
IncrementButton | 2 | Scrolling was initiated by invoking the increment button. |
DecrementButton | 3 | Scrolling was initiated by invoking the decrement button. |