Class Scrollable.StartedEventArgs

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll

The scroll animation started event arguments.

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

Properties

View Source

Vector2

Vector2.

Declaration
C#
Copy
public Vector2 Vector2 { get; set; }
Property Value
Type Description
Vector2