horizontalThreshold()
Sets the threshold (in pixels) for the
atHorizontalStartandatHorizontalEndflags.
horizontalThreshold(horizontalThreshold: BindingOrValue<number>): this;
Parameters
- horizontalThreshold — The threshold value.
Return value
The builder instance for chaining.
Related
class ScrollViewBuilder static
A builder forUIScrollViewinstances.horizontalThreshold
Horizontal threshold (in pixels) until whichUIScrollEvent.atHorizontalStartorUIScrollEvent.atHorizontalEndis set, defaults to 0.type UIScrollView.ScrollEventData static
The data structure contained by each UIScrollView.ScrollEvent.
