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 SourceLottieUrl
Get/Set Lottie resource url.
Declaration
string LottieUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlayRange
Get/Set LottieFrameInfo for playing on various states of attached Button.
Declaration
Selector<LottieFrameInfo> PlayRange { get; set; }
Property Value
| Type | Description |
|---|---|
| Selector<LottieFrameInfo> |