Enum ScrollSingleDirection
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Type that controls how the content is scrolled.
[Obsolete("This has been deprecated in API12")]
public enum ScrollSingleDirection
Fields
Name | Description |
---|---|
Hard | Scroll only in a single direction. |
None | Scroll in every direction. |
Soft | Scroll in single direction if the direction is certain. |