Class LoadingStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
LoadingStyle is a class which saves Loading's ux data.
public class LoadingStyle : ControlStyle, IDynamicResourceHandler, IDisposable
- Inheritance
- Implements
-
IDisposable
Constructors
View SourceLoadingStyle()
Creates a new instance of a LoadingStyle.
Declaration
public LoadingStyle()
LoadingStyle(LoadingStyle)
Creates a new instance of a LoadingStyle with style.
Declaration
public LoadingStyle(LoadingStyle style)
Parameters
| Type | Name | Description |
|---|---|---|
| LoadingStyle | style | Create LoadingStyle by style customized by user. |
Properties
View SourceFrameRate
Gets or sets loading frame per second.
Declaration
public Selector<int?> FrameRate { get; set; }
Property Value
| Type | Description |
|---|---|
| Selector<int?> |
ImageList
Gets loading image resources.
Declaration
public IList<string> ImageList { get; }
Property Value
| Type | Description |
|---|---|
| IList<><string> |
Images
Gets or sets loading image resources.
Declaration
public string[] Images { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
LoadingSize
Gets or sets loading image size.
Declaration
public Size LoadingSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Size |
LottieResourceUrl
Gets or sets an lottie resource url. The mutually exclusive with "ImageArray".
Declaration
public string LottieResourceUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceCopyFrom(BindableObject)
Copy properties of other ViewStyle to this.
Declaration
public override void CopyFrom(BindableObject bindableObject)
Parameters
| Type | Name | Description |
|---|---|---|
| BindableObject | bindableObject |
Overrides
Implements
IDisposable