Class ScrollView.SnapEvent

Definition

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

Snaps signal event's data.

C#
Copy
public class SnapEvent : Disposable
Inheritance
ScrollView.SnapEvent

Constructors

View Source

SnapEvent()

Create an instance of SnapEvent.

Declaration
C#
Copy
public SnapEvent()

Fields

View Source

swigCMemOwn

swigCMemOwn

Declaration
C#
Copy
protected bool swigCMemOwn
Field Value
Type Description
Boolean

Properties

View Source

duration

Scroll duration.

Declaration
C#
Copy
public float duration { get; set; }
Property Value
Type Description
Single
View Source

position

Scroll position.

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

Methods

View Source

Dispose(DisposeTypes)

Dispose

Declaration
C#
Copy
protected override void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type

the dispose type

Overrides
View Source

GetSnapEventFromPtr(System.IntPtr)

Get SnapEvent From Ptr

Declaration
C#
Copy
public static ScrollView.SnapEvent GetSnapEventFromPtr(System.IntPtr cPtr)
Parameters
Type Name Description
System.IntPtr cPtr
Returns
Type Description
ScrollView.SnapEvent

Extension Methods