OverflowType Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Specifies how to treat movement in the overflow area: the area in a bounded region that is beyond
the logical limits, such as the area beyond the ends of the ScrollView
content, or beyond the
first/last page of navigation.
Location
- Namespace
- Fuse.Motion
- Package
- Fuse.Motion 2.9.1
Possible Values
Interface of OverflowType
Clamp : OverflowType uno
The value is hard-clamped at the bounds
Elastic : OverflowType uno
The movement has a dimishing influence on the actual value as it extends into the overflow area
HasFlag(OverflowType) : bool uno
Open : OverflowType uno
Movement is unrestricted and continues into overflow area