Class Loading
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
The Loading class of nui component. It's used to indicate informs users of the ongoing operation.
public class Loading : Control, INotifyPropertyChanged, IDisposable
- Inheritance
-
objectTizen.NUI.Binding.BindableObjectTizen.NUI.Binding.ElementTizen.NUI.Components.ControlLoading
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
View SourceLoading()
The constructor of Loading.
Declaration
public Loading()
Properties
View SourceFrameRate
Gets or sets frame rate of loading.
Declaration
public int FrameRate { get; set; }
Property Value
Type | Description |
---|---|
int |
ImageArray
Gets or sets loading image resource array.
Declaration
public string[] ImageArray { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Size
Gets or sets loading size.
Declaration
public Size Size { get; set; }
Property Value
Type | Description |
---|---|
Size |
Methods
View SourceDispose(DisposeTypes)
Dispose Loading.
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type | Dispose type. |
Overrides
Tizen.NUI.Components.Control.Dispose(Tizen.NUI.DisposeTypes)
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable