Class LoadingStyle

Definition

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

LoadingStyle is a class which saves Loading's ux data.

C#
Copy
public class LoadingStyle : ControlStyle, IDynamicResourceHandler, IDisposable
Inheritance
Implements
IDisposable

Constructors

View Source

LoadingStyle()

Creates a new instance of a LoadingStyle.

Declaration
C#
Copy
public LoadingStyle()
API Level: 8
View Source

LoadingStyle(LoadingStyle)

Creates a new instance of a LoadingStyle with style.

Declaration
C#
Copy
public LoadingStyle(LoadingStyle style)
Parameters
Type Name Description
LoadingStyle style

Create LoadingStyle by style customized by user.

API Level: 8

Fields

View Source

FrameRateSelectorProperty

The FrameRateSelector bindable property.

Declaration
C#
Copy
public static readonly BindableProperty FrameRateSelectorProperty
Field Value
Type Description
BindableProperty
View Source

ImageListProperty

The Images bindable property.

Declaration
C#
Copy
public static readonly BindableProperty ImageListProperty
Field Value
Type Description
BindableProperty
View Source

ImagesProperty

The Images bindable property.

Declaration
C#
Copy
public static readonly BindableProperty ImagesProperty
Field Value
Type Description
BindableProperty
View Source

LoadingSizeProperty

The LoadingSize bindable property.

Declaration
C#
Copy
public static readonly BindableProperty LoadingSizeProperty
Field Value
Type Description
BindableProperty
View Source

LottieResourceUrlProperty

The lottie resource url bindable property.

Declaration
C#
Copy
public static readonly BindableProperty LottieResourceUrlProperty
Field Value
Type Description
BindableProperty

Properties

View Source

FrameRate

Gets or sets loading frame per second.

Declaration
C#
Copy
public Selector<int?> FrameRate { get; set; }
Property Value
Type Description
Selector<Nullable<Int32>>
API Level: 8
View Source

ImageList

Gets loading image resources.

Declaration
C#
Copy
public IList<string> ImageList { get; }
Property Value
Type Description
IList<String>
View Source

Images

Gets or sets loading image resources.

Declaration
C#
Copy
public string[] Images { get; set; }
Property Value
Type Description
String[]
API Level: 8
View Source

LoadingSize

Gets or sets loading image size.

Declaration
C#
Copy
public Size LoadingSize { get; set; }
Property Value
Type Description
Size
API Level: 8
View Source

LottieResourceUrl

Gets or sets an lottie resource url. The mutually exclusive with "ImageArray".

Declaration
C#
Copy
public string LottieResourceUrl { get; set; }
Property Value
Type Description
String

Methods

View Source

CopyFrom(BindableObject)

Copy properties of other ViewStyle to this.

Declaration
C#
Copy
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type Name Description
BindableObject bindableObject
Overrides
API Level: 8

Implements

IDisposable

Extension Methods