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
    object
    BindableObject
    ViewStyle
    ControlStyle
    LoadingStyle
    Implements
    IDynamicResourceHandler
    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.

    Fields

    View Source

    FrameRateSelectorProperty

    The FrameRateSelector bindable property.

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

    ImageListProperty

    The Images bindable property.

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

    ImagesProperty

    The Images bindable property.

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

    LoadingSizeProperty

    The LoadingSize bindable property.

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

    LottieResourceUrlProperty

    The lottie resource url bindable property.

    Declaration
    public static readonly BindableProperty LottieResourceUrlProperty
    Field Value
    Type Description
    BindableProperty

    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

    ImageList

    Gets loading image resources.

    Declaration
    public IList<string> ImageList { get; }
    Property Value
    Type Description
    IList<><string>
    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
    View Source

    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 Source

    CopyFrom(BindableObject)

    Copy properties of other ViewStyle to this.

    Declaration
    public override void CopyFrom(BindableObject bindableObject)
    Parameters
    Type Name Description
    BindableObject bindableObject
    Overrides
    ViewStyle.CopyFrom(BindableObject)

    Implements

    IDynamicResourceHandler
    IDisposable

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX