Class ScrollView.SnapEvent
Definition
- Assembly:
- Tizen.NUI.dll
Snaps signal event's data.
public class ScrollView.SnapEvent : IDisposable
- Inheritance
-
objectScrollView.SnapEvent
- Implements
-
System.IDisposable
Constructors
View SourceSnapEvent()
Create an instance of SnapEvent.
Declaration
public SnapEvent()
Fields
View Sourcedisposed
A Flat to check if it is already disposed.
Declaration
protected bool disposed
Field Value
Type | Description |
---|---|
bool |
swigCMemOwn
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Type | Description |
---|---|
bool |
Properties
View Sourceduration
Scroll duration.
Declaration
public float duration { get; set; }
Property Value
Type | Description |
---|---|
float |
position
Scroll position.
Declaration
public Vector2 position { get; set; }
Property Value
Type | Description |
---|---|
Vector2 |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(DisposeTypes)
Dispose
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type | the dispose type |
~SnapEvent()
Dispose
Declaration
protected ~SnapEvent()
GetSnapEventFromPtr(IntPtr)
Get SnapEvent From Ptr
Declaration
public static ScrollView.SnapEvent GetSnapEventFromPtr(IntPtr cPtr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | cPtr |
Returns
Type | Description |
---|---|
ScrollView.SnapEvent |
Implements
System.IDisposable