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.
C#Copypublic class Loading : Control, INotifyPropertyChanged, IDisposable
- Inheritance
-
objectTizen.NUI.Binding.BindableObjectTizen.NUI.Binding.ElementTizen.NUI.Components.ControlLoading
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
Declaration
C#Copypublic Loading()
Properties
Declaration
C#Copypublic int FrameRate { get; set; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic string[] ImageArray { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Declaration
C#Copypublic Size Size { get; set; }
Property Value
Type | Description |
---|---|
Size |
Methods
Declaration
C#Copyprotected 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