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.
public class Loading : Control, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
- Inheritance
-
Tizen.NUI.Binding.BindableObjectTizen.NUI.Binding.ElementTizen.NUI.Components.ControlLoading
- Implements
Constructors
View SourceLoading()
The constructor of Loading.
Declaration
public Loading()
API Level: 6
View SourceLoading(String)
Constructor of the Loading class with special style.
Declaration
public Loading(string style)
Parameters
Type | Name | Description |
---|---|---|
String | style | The string to initialize the Loading. |
API Level: 8
View SourceLoading(LoadingStyle)
The constructor of the Loading class with specific style.
Declaration
public Loading(LoadingStyle loadingStyle)
Parameters
Type | Name | Description |
---|---|---|
LoadingStyle | loadingStyle | The style object to initialize the Loading. |
API Level: 8
Properties
View SourceFrameRate
Gets or sets frame rate of loading.
Declaration
public int FrameRate { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 6
View SourceImageArray
Gets or sets loading image resource array.
Declaration
public string[] ImageArray { get; set; }
Property Value
Type | Description |
---|---|
String[] |
API Level: 6
View SourceSize
Gets or sets loading size.
Declaration
public Size Size { get; set; }
Property Value
Type | Description |
---|---|
Size |
API Level: 6
View SourceStyle
Get style of loading. Return a copied Style instance of Loading
Declaration
public LoadingStyle Style { get; }
Property Value
Type | Description |
---|---|
LoadingStyle |
Remarks
It returns copied Style instance and changing it does not effect to the Loading. Style setting is possible by using constructor or the function of ApplyStyle(ViewStyle viewStyle)
API Level: 8
Methods
View SourceCreateViewStyle()
Get Loading style.
Declaration
protected override ViewStyle CreateViewStyle()
Returns
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ViewStyle | The default loading style. |
Overrides
Tizen.NUI.Components.Control.CreateViewStyle()
API Level: 8
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)