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, INotifyPropertyChanged, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    Tizen.NUI.Components.ControlStyle
    LoadingStyle
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable

    Constructors

    View Source

    LoadingStyle()

    Creates a new instance of a LoadingStyle.

    Declaration
    public LoadingStyle()
    View Source

    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 Source

    FrameRate

    Gets or sets loading frame per second.

    Declaration
    public Selector<int?> FrameRate { get; set; }
    Property Value
    Type Description
    Selector<int?>
    View Source

    Images

    Gets or sets loading image resources.

    Declaration
    public string[] Images { get; set; }
    Property Value
    Type Description
    string[]
    View Source

    LoadingSize

    Gets or sets loading image size.

    Declaration
    public Size LoadingSize { get; set; }
    Property Value
    Type Description
    Size

    Methods

    View Source

    CopyFrom(BindableObject)

    Declaration
    public 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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX