Class ScrollBar.ScrollIntervalEventArgs
Definition
- Namespace:
- Tizen.NUI.UIComponents
- Assembly:
- Tizen.NUI.dll
Event arguments that passed via the ScrollPositionIntervalReached event.
public class ScrollBar.ScrollIntervalEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsScrollBar.ScrollIntervalEventArgs
Properties
View SourceCurrentScrollPosition
The current scroll position of the scrollable content.
Declaration
public float CurrentScrollPosition { get; set; }
Property Value
Type | Description |
---|---|
float |