Class LoadingStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
LoadingStyle is a class which saves Loading's ux data.
C#Copypublic class LoadingStyle : ControlStyle, INotifyPropertyChanged, IDisposable
- Inheritance
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
Declaration
C#Copypublic LoadingStyle()
Declaration
C#Copypublic LoadingStyle(LoadingStyle style)
Parameters
| Type | Name | Description |
|---|---|---|
| LoadingStyle | style | Create LoadingStyle by style customized by user. |
Properties
Declaration
C#Copypublic Selector<int?> FrameRate { get; set; }
Property Value
| Type | Description |
|---|---|
| Selector<int?> |
Declaration
C#Copypublic string[] Images { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
Declaration
C#Copypublic Size LoadingSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Size |
Methods
Declaration
C#Copypublic override void CopyFrom(BindableObject bindableObject)
Parameters
| Type | Name | Description |
|---|---|---|
| BindableObject | bindableObject |
Overrides
Tizen.NUI.BaseComponents.ViewStyle.CopyFrom(Tizen.NUI.Binding.BindableObject)
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable