Class Loading

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
6

The Loading class of nui component. It's used to indicate informs users of the ongoing operation.

C#
Copy
public class Loading : Control, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
Inheritance
Tizen.NUI.Binding.BindableObject
Tizen.NUI.Binding.Element
Tizen.NUI.Components.Control
Loading
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable

Constructors

View Source

Loading()

The constructor of Loading.

Declaration
C#
Copy
public Loading()
API Level: 6

Properties

View Source

FrameRate

Gets or sets frame rate of loading.

Declaration
C#
Copy
public int FrameRate { get; set; }
Property Value
Type Description
System.Int32
API Level: 6
View Source

ImageArray

Gets or sets loading image resource array.

Declaration
C#
Copy
public string[] ImageArray { get; set; }
Property Value
Type Description
System.String[]
API Level: 6
View Source

Size

Gets or sets loading size.

Declaration
C#
Copy
public Size Size { get; set; }
Property Value
Type Description
Size
API Level: 6

Methods

View Source

Dispose(DisposeTypes)

Dispose Loading.

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

Dispose type.

Overrides
Tizen.NUI.Components.Control.Dispose(Tizen.NUI.DisposeTypes)
API Level: 6

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable