Class ScrollView.SnapEvent

Definition

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

Snaps signal event's data.

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

Constructors

View Source

SnapEvent()

Create an instance of SnapEvent.

Declaration
C#
Copy
public SnapEvent()

Fields

View Source

disposed

A Flat to check if it is already disposed.

Declaration
C#
Copy
protected bool disposed
Field Value
Type Description
bool
View Source

swigCMemOwn

swigCMemOwn

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

Properties

View Source

duration

Scroll duration.

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

position

Scroll position.

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

Methods

View Source

Dispose()

Dispose.

Declaration
C#
Copy
public void Dispose()
View Source

Dispose(DisposeTypes)

Dispose

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

the dispose type

View Source

~SnapEvent()

Dispose

Declaration
C#
Copy
protected ~SnapEvent()
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

Implements

System.IDisposable