Interface ILottieButtonStyle

    Definition

    Namespace:
    Tizen.NUI.Components.Extension
    Assembly:
    Tizen.NUI.Components.dll

    Interface that provides style properties for Lottie playing in Button.

    public interface ILottieButtonStyle

    Properties

    View Source

    LottieUrl

    Get/Set Lottie resource url.

    Declaration
    string LottieUrl { get; set; }
    Property Value
    Type Description
    string
    View Source

    PlayRange

    Get/Set LottieFrameInfo for playing on various states of attached Button.

    Declaration
    Selector<LottieFrameInfo> PlayRange { get; set; }
    Property Value
    Type Description
    Selector<LottieFrameInfo>

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    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