Class ScrollView.SnapEvent

Definition

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

Snaps signal event's data.

C#
Copy
public class SnapEvent : IDisposable
Inheritance
ScrollView.SnapEvent
Implements
System.IDisposable

Constructors

View Source

SnapEvent()

Create an instance of SnapEvent.

Declaration
C#
Copy
public SnapEvent()
API Level: 3

Fields

View Source

disposed

A Flat to check if it is already disposed.

Declaration
C#
Copy
protected bool disposed
Field Value
Type Description
Boolean
API Level: 3
View Source

swigCMemOwn

swigCMemOwn

Declaration
C#
Copy
protected bool swigCMemOwn
Field Value
Type Description
Boolean
API Level: 3

Properties

View Source

duration

Scroll duration.

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

position

Scroll position.

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

Methods

View Source

Dispose()

Dispose.

Declaration
C#
Copy
public void Dispose()
API Level: 3
View Source

Dispose(DisposeTypes)

Dispose

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

the dispose type

API Level: 3
View Source

Finalize()

Dispose

Declaration
C#
Copy
protected void Finalize()
API Level: 3
View Source

GetSnapEventFromPtr(IntPtr)

Get SnapEvent From Ptr

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

Implements

System.IDisposable