Class ScrollViewEffect

Definition

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

ScrollView Effect base class, used to apply custom effects to a ScrollView instance.

C#
Copy
public class ScrollViewEffect : BaseHandle, INotifyPropertyChanged, IDisposable
Inheritance
object
Tizen.NUI.Binding.BindableObject
Tizen.NUI.Binding.Element
ScrollViewEffect
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable

Constructors

View Source

ScrollViewEffect()

The constructor.

Declaration
C#
Copy
public ScrollViewEffect()

Methods

View Source

Dispose(DisposeTypes)

Dispose.

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

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable