Class Scrollable.StartedEventArgs

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll
API Level:
3

The scroll animation started event arguments.

C#
Copy
public class StartedEventArgs : EventArgs
Inheritance
Scrollable.StartedEventArgs

Properties

View Source

Vector2

Vector2.

Declaration
C#
Copy
public Vector2 Vector2 { get; set; }
Property Value
Type Description
Vector2
API Level: 3