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.
public class LoadingStyle : ControlStyle, INotifyPropertyChanged, IDynamicResourceHandler, IDisposable
- Inheritance
-
Tizen.NUI.Binding.BindableObjectTizen.NUI.BaseComponents.ViewStyleTizen.NUI.Components.ControlStyleLoadingStyle
- Implements
Constructors
View SourceLoadingStyle()
Creates a new instance of a LoadingStyle.
Declaration
public LoadingStyle()
API Level: 8
View SourceLoadingStyle(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. |
API Level: 8
Properties
View SourceFrameRate
Gets or sets loading frame per second.
Declaration
public Selector<int?> FrameRate { get; set; }
Property Value
Type | Description |
---|---|
Tizen.NUI.BaseComponents.Selector<Nullable<Int32>> |
API Level: 8
View SourceImages
Gets or sets loading image resources.
Declaration
public string[] Images { get; set; }
Property Value
Type | Description |
---|---|
String[] |
API Level: 8
View SourceLoadingSize
Gets or sets loading image size.
Declaration
public Size LoadingSize { get; set; }
Property Value
Type | Description |
---|---|
Size |
API Level: 8
Methods
View SourceCopyFrom(BindableObject)
Style's clone function.
Declaration
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type | Name | Description |
---|---|---|
Tizen.NUI.Binding.BindableObject | bindableObject | The style that need to copy. |
Overrides
Tizen.NUI.Binding.BindableObject.CopyFrom(Tizen.NUI.Binding.BindableObject)